Html Css Color HEX #395F26 Green House

📋 copy color: '#395F26'

red 57 ◦ green 95 ◦ blue 38

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

Shades of Green House #395F26

Tints of Green House #395F26

RGB

 RED value IS 57 (22.66% from 255) = 30%

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

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

R = 30%
G = 50%
B = 20%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.63

RGB Variations

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

Color information

#395F26 (or 0x395F26) is known color: Green House. HEX triplet: 39, 5F and 26. RGB value is (57,95,38). Sum of RGB (Red+Green+Blue) = 57+95+38=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #395F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F26 is #C6A0D9. Grayscale: #4D4D4D. Windows color (decimal): -13017306 or 2514745. OLE color: 2514745.

HSL color Cylindrical-coordinate representation of color #395F26: hue angle of 100º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395F26 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 95 38 -
CMYK 0.40 0 0.60 0.63
HSL 100º 0.43% 0.26% -
HSV(B) 100º 0.6% 0.37% -
XYZ 6.13 9.19 3.29 -
YUV 77.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 57 95 38 0.40 0 0.60 0.63 100 0.43 0.26
Hex 39 5F 26 28 0 3C 3F 64 2B 1A
Octal 71 137 46 50 0 74 77 144 53 32
Binary 111001 1011111 100110 101000 0 111100 111111 1100100 101011 11010

Color Harmonies of #395F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F26

Black with #395F26

Text Example


Text Example

White with #395F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395F26; }

 p { color: rgb(57,95,38); }

 H1.HeaderClassName
 {
   color: #395F26;
 }
 .AnyTagClassName
 {
   color: #395F26;
 }
</style>

background-color css

<style>
 a { background-color: #395F26; }

 a { background-color: rgb(57,95,38); }

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

border-color css

<style>
 span { border-color: #395F26; }

 span { border-color: rgb(57,95,38); }

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