Html Css Color HEX #375F2E Green House

📋 copy color: '#375F2E'

red 55 ◦ green 95 ◦ blue 46

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

Shades of Green House #375F2E

Tints of Green House #375F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 28.06%
G = 48.47%
B = 23.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#375F2E (or 0x375F2E) is known color: Green House. HEX triplet: 37, 5F and 2E. RGB value is (55,95,46). Sum of RGB (Red+Green+Blue) = 55+95+46=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #375F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F2E is #C8A0D1. Grayscale: #4D4D4D. Windows color (decimal): -13148370 or 3039031. OLE color: 3039031.

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

Color convert

RGB 55 95 46 -
CMYK 0.42 0 0.52 0.63
HSL 108.98º 0.35% 0.28% -
HSV(B) 108.98º 0.52% 0.37% -
XYZ 6.16 9.19 4.03 -
YUV 77.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 55 95 46 0.42 0 0.52 0.63 108.98 0.35 0.28
Hex 37 5F 2E 2A 0 34 3F 6D 23 1C
Octal 67 137 56 52 0 64 77 155 43 34
Binary 110111 1011111 101110 101010 0 110100 111111 1101101 100011 11100

Color Harmonies of #375F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F2E

Black with #375F2E

Text Example


Text Example

White with #375F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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