Html Css Color HEX #36605A Oracle

📋 copy color: '#36605A'

red 54 ◦ green 96 ◦ blue 90

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

Shades of Oracle #36605A

Tints of Oracle #36605A

RGB

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

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

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

R = 22.5%
G = 40%
B = 37.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#36605A (or 0x36605A) is known color: Oracle. HEX triplet: 36, 60 and 5A. RGB value is (54,96,90). Sum of RGB (Red+Green+Blue) = 54+96+90=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #36605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605A is #C99FA5. Grayscale: #525252. Windows color (decimal): -13213606 or 5922870. OLE color: 5922870.

HSL color Cylindrical-coordinate representation of color #36605A: hue angle of 171.43º 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 #36605A is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 90 -
CMYK 0.44 0 0.06 0.62
HSL 171.43º 0.28% 0.29% -
HSV(B) 171.43º 0.44% 0.38% -
XYZ 7.55 9.89 11.18 -
YUV 82.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 54 96 90 0.44 0 0.06 0.62 171.43 0.28 0.29
Hex 36 60 5A 2C 0 6 3E AB 1C 1D
Octal 66 140 132 54 0 6 76 253 34 35
Binary 110110 1100000 1011010 101100 0 110 111110 10101011 11100 11101

Color Harmonies of #36605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36605A

Black with #36605A

Text Example


Text Example

White with #36605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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