Html Css Color HEX #37615C Oracle

📋 copy color: '#37615C'

red 55 ◦ green 97 ◦ blue 92

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

Shades of Oracle #37615C

Tints of Oracle #37615C

RGB

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

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

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

R = 22.54%
G = 39.75%
B = 37.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#37615C (or 0x37615C) is known color: Oracle. HEX triplet: 37, 61 and 5C. RGB value is (55,97,92). Sum of RGB (Red+Green+Blue) = 55+97+92=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #37615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37615C is #C89EA3. Grayscale: #535353. Windows color (decimal): -13147812 or 6054199. OLE color: 6054199.

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

Color convert

RGB 55 97 92 -
CMYK 0.43 0 0.05 0.62
HSL 172.86º 0.28% 0.3% -
HSV(B) 172.86º 0.43% 0.38% -
XYZ 7.78 10.13 11.67 -
YUV 83.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 55 97 92 0.43 0 0.05 0.62 172.86 0.28 0.3
Hex 37 61 5C 2B 0 5 3E AD 1C 1E
Octal 67 141 134 53 0 5 76 255 34 36
Binary 110111 1100001 1011100 101011 0 101 111110 10101101 11100 11110

Color Harmonies of #37615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37615C

Black with #37615C

Text Example


Text Example

White with #37615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,97,92); }

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

background-color css

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

 a { background-color: rgb(55,97,92); }

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

border-color css

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

 span { border-color: rgb(55,97,92); }

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