Html Css Color HEX #37605D Oracle

📋 copy color: '#37605D'

red 55 ◦ green 96 ◦ blue 93

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

Shades of Oracle #37605D

Tints of Oracle #37605D

RGB

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

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

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

R = 22.54%
G = 39.34%
B = 38.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#37605D (or 0x37605D) is known color: Oracle. HEX triplet: 37, 60 and 5D. RGB value is (55,96,93). Sum of RGB (Red+Green+Blue) = 55+96+93=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #37605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37605D is #C89FA2. Grayscale: #535353. Windows color (decimal): -13148067 or 6119479. OLE color: 6119479.

HSL color Cylindrical-coordinate representation of color #37605D: hue angle of 175.61º degrees, saturation: 0.27, 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 #37605D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 93 -
CMYK 0.43 0 0.03 0.62
HSL 175.61º 0.27% 0.3% -
HSV(B) 175.61º 0.43% 0.38% -
XYZ 7.73 9.97 11.87 -
YUV 83.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 55 96 93 0.43 0 0.03 0.62 175.61 0.27 0.3
Hex 37 60 5D 2B 0 3 3E B0 1B 1E
Octal 67 140 135 53 0 3 76 260 33 36
Binary 110111 1100000 1011101 101011 0 11 111110 10110000 11011 11110

Color Harmonies of #37605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37605D

Black with #37605D

Text Example


Text Example

White with #37605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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