Html Css Color HEX #375E59 Oracle

📋 copy color: '#375E59'

red 55 ◦ green 94 ◦ blue 89

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

Shades of Oracle #375E59

Tints of Oracle #375E59

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.5%

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 23.11%
G = 39.5%
B = 37.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#375E59 (or 0x375E59) is known color: Oracle. HEX triplet: 37, 5E and 59. RGB value is (55,94,89). Sum of RGB (Red+Green+Blue) = 55+94+89=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #375E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E59 is #C8A1A6. Grayscale: #515151. Windows color (decimal): -13148583 or 5856823. OLE color: 5856823.

HSL color Cylindrical-coordinate representation of color #375E59: hue angle of 172.31º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375E59 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 94 89 -
CMYK 0.41 0 0.05 0.63
HSL 172.31º 0.26% 0.29% -
HSV(B) 172.31º 0.41% 0.37% -
XYZ 7.38 9.54 10.9 -
YUV 81.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 55 94 89 0.41 0 0.05 0.63 172.31 0.26 0.29
Hex 37 5E 59 29 0 5 3F AC 1A 1D
Octal 67 136 131 51 0 5 77 254 32 35
Binary 110111 1011110 1011001 101001 0 101 111111 10101100 11010 11101

Color Harmonies of #375E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E59

Black with #375E59

Text Example


Text Example

White with #375E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375E59; }

 p { color: rgb(55,94,89); }

 H1.HeaderClassName
 {
   color: #375E59;
 }
 .AnyTagClassName
 {
   color: #375E59;
 }
</style>

background-color css

<style>
 a { background-color: #375E59; }

 a { background-color: rgb(55,94,89); }

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

border-color css

<style>
 span { border-color: #375E59; }

 span { border-color: rgb(55,94,89); }

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