Html Css Color HEX #36605F Oracle

📋 copy color: '#36605F'

red 54 ◦ green 96 ◦ blue 95

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

Shades of Oracle #36605F

Tints of Oracle #36605F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 22.04%
G = 39.18%
B = 38.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#36605F (or 0x36605F) is known color: Oracle. HEX triplet: 36, 60 and 5F. RGB value is (54,96,95). Sum of RGB (Red+Green+Blue) = 54+96+95=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #36605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605F is #C99FA0. Grayscale: #535353. Windows color (decimal): -13213601 or 6250550. OLE color: 6250550.

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

Color convert

RGB 54 96 95 -
CMYK 0.44 0 0.01 0.62
HSL 178.57º 0.28% 0.29% -
HSV(B) 178.57º 0.44% 0.38% -
XYZ 7.77 9.98 12.34 -
YUV 83.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 54 96 95 0.44 0 0.01 0.62 178.57 0.28 0.29
Hex 36 60 5F 2C 0 1 3E B3 1C 1D
Octal 66 140 137 54 0 1 76 263 34 35
Binary 110110 1100000 1011111 101100 0 1 111110 10110011 11100 11101

Color Harmonies of #36605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36605F

Black with #36605F

Text Example


Text Example

White with #36605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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