Html Css Color HEX #36615D Oracle

📋 copy color: '#36615D'

red 54 ◦ green 97 ◦ blue 93

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

Shades of Oracle #36615D

Tints of Oracle #36615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 22.13%
G = 39.75%
B = 38.11%

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

#36615D (or 0x36615D) is known color: Oracle. HEX triplet: 36, 61 and 5D. RGB value is (54,97,93). Sum of RGB (Red+Green+Blue) = 54+97+93=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #36615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36615D is #C99EA2. Grayscale: #535353. Windows color (decimal): -13213347 or 6119734. OLE color: 6119734.

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

Color convert

RGB 54 97 93 -
CMYK 0.44 0 0.04 0.62
HSL 174.42º 0.28% 0.3% -
HSV(B) 174.42º 0.44% 0.38% -
XYZ 7.77 10.12 11.9 -
YUV 83.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 54 97 93 0.44 0 0.04 0.62 174.42 0.28 0.3
Hex 36 61 5D 2C 0 4 3E AE 1C 1E
Octal 66 141 135 54 0 4 76 256 34 36
Binary 110110 1100001 1011101 101100 0 100 111110 10101110 11100 11110

Color Harmonies of #36615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36615D

Black with #36615D

Text Example


Text Example

White with #36615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36615D; }

 p { color: rgb(54,97,93); }

 H1.HeaderClassName
 {
   color: #36615D;
 }
 .AnyTagClassName
 {
   color: #36615D;
 }
</style>

background-color css

<style>
 a { background-color: #36615D; }

 a { background-color: rgb(54,97,93); }

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

border-color css

<style>
 span { border-color: #36615D; }

 span { border-color: rgb(54,97,93); }

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