Html Css Color HEX #375C26 Green House

📋 copy color: '#375C26'

red 55 ◦ green 92 ◦ blue 38

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

Shades of Green House #375C26

Tints of Green House #375C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.73%

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 29.73%
G = 49.73%
B = 20.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#375C26 (or 0x375C26) is known color: Green House. HEX triplet: 37, 5C and 26. RGB value is (55,92,38). Sum of RGB (Red+Green+Blue) = 55+92+38=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #375C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C26 is #C8A3D9. Grayscale: #4A4A4A. Windows color (decimal): -13149146 or 2513975. OLE color: 2513975.

HSL color Cylindrical-coordinate representation of color #375C26: hue angle of 101.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375C26 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 92 38 -
CMYK 0.40 0 0.59 0.64
HSL 101.11º 0.42% 0.25% -
HSV(B) 101.11º 0.59% 0.36% -
XYZ 5.75 8.61 3.19 -
YUV 74.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 55 92 38 0.40 0 0.59 0.64 101.11 0.42 0.25
Hex 37 5C 26 28 0 3B 40 65 2A 19
Octal 67 134 46 50 0 73 100 145 52 31
Binary 110111 1011100 100110 101000 0 111011 1000000 1100101 101010 11001

Color Harmonies of #375C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C26

Black with #375C26

Text Example


Text Example

White with #375C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,92,38); }

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

background-color css

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

 a { background-color: rgb(55,92,38); }

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

border-color css

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

 span { border-color: rgb(55,92,38); }

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