Html Css Color HEX #36605C Oracle

📋 copy color: '#36605C'

red 54 ◦ green 96 ◦ blue 92

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

Shades of Oracle #36605C

Tints of Oracle #36605C

RGB

 RED value IS 54 (21.48% from 255) = 22.31%

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 22.31%
G = 39.67%
B = 38.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#36605C (or 0x36605C) is known color: Oracle. HEX triplet: 36, 60 and 5C. RGB value is (54,96,92). Sum of RGB (Red+Green+Blue) = 54+96+92=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #36605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605C is #C99FA3. Grayscale: #525252. Windows color (decimal): -13213604 or 6053942. OLE color: 6053942.

HSL color Cylindrical-coordinate representation of color #36605C: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36605C is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 92 -
CMYK 0.44 0 0.04 0.62
HSL 174.29º 0.28% 0.29% -
HSV(B) 174.29º 0.44% 0.38% -
XYZ 7.64 9.92 11.64 -
YUV 82.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 54 96 92 0.44 0 0.04 0.62 174.29 0.28 0.29
Hex 36 60 5C 2C 0 4 3E AE 1C 1D
Octal 66 140 134 54 0 4 76 256 34 35
Binary 110110 1100000 1011100 101100 0 100 111110 10101110 11100 11101

Color Harmonies of #36605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36605C

Black with #36605C

Text Example


Text Example

White with #36605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36605C; }

 p { color: rgb(54,96,92); }

 H1.HeaderClassName
 {
   color: #36605C;
 }
 .AnyTagClassName
 {
   color: #36605C;
 }
</style>

background-color css

<style>
 a { background-color: #36605C; }

 a { background-color: rgb(54,96,92); }

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

border-color css

<style>
 span { border-color: #36605C; }

 span { border-color: rgb(54,96,92); }

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