Html Css Color HEX #37615F Oracle

📋 copy color: '#37615F'

red 55 ◦ green 97 ◦ blue 95

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

Shades of Oracle #37615F

Tints of Oracle #37615F

RGB

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

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

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

R = 22.27%
G = 39.27%
B = 38.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#37615F (or 0x37615F) is known color: Oracle. HEX triplet: 37, 61 and 5F. RGB value is (55,97,95). Sum of RGB (Red+Green+Blue) = 55+97+95=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #37615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37615F is #C89EA0. Grayscale: #545454. Windows color (decimal): -13147809 or 6250807. OLE color: 6250807.

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

Color convert

RGB 55 97 95 -
CMYK 0.43 0 0.02 0.62
HSL 177.14º 0.28% 0.3% -
HSV(B) 177.14º 0.43% 0.38% -
XYZ 7.92 10.19 12.38 -
YUV 84.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 55 97 95 0.43 0 0.02 0.62 177.14 0.28 0.3
Hex 37 61 5F 2B 0 2 3E B1 1C 1E
Octal 67 141 137 53 0 2 76 261 34 36
Binary 110111 1100001 1011111 101011 0 10 111110 10110001 11100 11110

Color Harmonies of #37615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37615F

Black with #37615F

Text Example


Text Example

White with #37615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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