Html Css Color HEX #375E5D Oracle

📋 copy color: '#375E5D'

red 55 ◦ green 94 ◦ blue 93

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

Shades of Oracle #375E5D

Tints of Oracle #375E5D

RGB

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

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

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

R = 22.73%
G = 38.84%
B = 38.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#375E5D (or 0x375E5D) is known color: Oracle. HEX triplet: 37, 5E and 5D. RGB value is (55,94,93). Sum of RGB (Red+Green+Blue) = 55+94+93=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 94 - color contains mainly: green. Hex color #375E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E5D is #C8A1A2. Grayscale: #525252. Windows color (decimal): -13148579 or 6118967. OLE color: 6118967.

HSL color Cylindrical-coordinate representation of color #375E5D: hue angle of 178.46º 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 #375E5D is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 94 93 -
CMYK 0.41 0 0.01 0.63
HSL 178.46º 0.26% 0.29% -
HSV(B) 178.46º 0.41% 0.37% -
XYZ 7.55 9.61 11.81 -
YUV 82.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 55 94 93 0.41 0 0.01 0.63 178.46 0.26 0.29
Hex 37 5E 5D 29 0 1 3F B2 1A 1D
Octal 67 136 135 51 0 1 77 262 32 35
Binary 110111 1011110 1011101 101001 0 1 111111 10110010 11010 11101

Color Harmonies of #375E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E5D

Black with #375E5D

Text Example


Text Example

White with #375E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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