Html Css Color HEX #37635D Oracle

📋 copy color: '#37635D'

red 55 ◦ green 99 ◦ blue 93

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

Shades of Oracle #37635D

Tints of Oracle #37635D

RGB

 RED value IS 55 (21.88% from 255) = 22.27%

 GREEN value IS 99 (39.06% from 255) = 40.08%

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

R = 22.27%
G = 40.08%
B = 37.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#37635D (or 0x37635D) is known color: Oracle. HEX triplet: 37, 63 and 5D. RGB value is (55,99,93). Sum of RGB (Red+Green+Blue) = 55+99+93=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #37635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37635D is #C89CA2. Grayscale: #555555. Windows color (decimal): -13147299 or 6120247. OLE color: 6120247.

HSL color Cylindrical-coordinate representation of color #37635D: hue angle of 171.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37635D is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 93 -
CMYK 0.44 0 0.06 0.61
HSL 171.82º 0.29% 0.3% -
HSV(B) 171.82º 0.44% 0.39% -
XYZ 8.01 10.53 11.97 -
YUV 85.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 55 99 93 0.44 0 0.06 0.61 171.82 0.29 0.3
Hex 37 63 5D 2C 0 6 3D AC 1D 1E
Octal 67 143 135 54 0 6 75 254 35 36
Binary 110111 1100011 1011101 101100 0 110 111101 10101100 11101 11110

Color Harmonies of #37635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37635D

Black with #37635D

Text Example


Text Example

White with #37635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,99,93); }

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

background-color css

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

 a { background-color: rgb(55,99,93); }

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

border-color css

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

 span { border-color: rgb(55,99,93); }

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