Html Css Color HEX #375F33 Green House

📋 copy color: '#375F33'

red 55 ◦ green 95 ◦ blue 51

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

Shades of Green House #375F33

Tints of Green House #375F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.26%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 27.36%
G = 47.26%
B = 25.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#375F33 (or 0x375F33) is known color: Green House. HEX triplet: 37, 5F and 33. RGB value is (55,95,51). Sum of RGB (Red+Green+Blue) = 55+95+51=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #375F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F33 is #C8A0CC. Grayscale: #4E4E4E. Windows color (decimal): -13148365 or 3366711. OLE color: 3366711.

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

Color convert

RGB 55 95 51 -
CMYK 0.42 0 0.46 0.63
HSL 114.55º 0.3% 0.29% -
HSV(B) 114.55º 0.46% 0.37% -
XYZ 6.27 9.24 4.58 -
YUV 78.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 55 95 51 0.42 0 0.46 0.63 114.55 0.3 0.29
Hex 37 5F 33 2A 0 2E 3F 73 1E 1D
Octal 67 137 63 52 0 56 77 163 36 35
Binary 110111 1011111 110011 101010 0 101110 111111 1110011 11110 11101

Color Harmonies of #375F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F33

Black with #375F33

Text Example


Text Example

White with #375F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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