Html Css Color HEX #345D5A Oracle

📋 copy color: '#345D5A'

red 52 ◦ green 93 ◦ blue 90

#345D5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #345D5A

Tints of Oracle #345D5A

RGB

 RED value IS 52 (20.7% from 255) = 22.13%

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 22.13%
G = 39.57%
B = 38.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#345D5A (or 0x345D5A) is known color: Oracle. HEX triplet: 34, 5D and 5A. RGB value is (52,93,90). Sum of RGB (Red+Green+Blue) = 52+93+90=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #345D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D5A is #CBA2A5. Grayscale: #505050. Windows color (decimal): -13345446 or 5922100. OLE color: 5922100.

HSL color Cylindrical-coordinate representation of color #345D5A: hue angle of 175.61º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D5A is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 93 90 -
CMYK 0.44 0 0.03 0.64
HSL 175.61º 0.28% 0.28% -
HSV(B) 175.61º 0.44% 0.36% -
XYZ 7.18 9.3 11.09 -
YUV 80.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 52 93 90 0.44 0 0.03 0.64 175.61 0.28 0.28
Hex 34 5D 5A 2C 0 3 40 B0 1C 1C
Octal 64 135 132 54 0 3 100 260 34 34
Binary 110100 1011101 1011010 101100 0 11 1000000 10110000 11100 11100

Color Harmonies of #345D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D5A

Black with #345D5A

Text Example


Text Example

White with #345D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345D5A; }

 p { color: rgb(52,93,90); }

 H1.HeaderClassName
 {
   color: #345D5A;
 }
 .AnyTagClassName
 {
   color: #345D5A;
 }
</style>

background-color css

<style>
 a { background-color: #345D5A; }

 a { background-color: rgb(52,93,90); }

 div.DivClassName
 {
   background-color: #345D5A;
 }
 .BgClassName
 {
   background-color: #345D5A;
 }
</style>

border-color css

<style>
 span { border-color: #345D5A; }

 span { border-color: rgb(52,93,90); }

 td.TdClassName
 {
   border-color: #345D5A;
 }
 .TagClassName
 {
   border-color: #345D5A;
 }
</style>