Html Css Color HEX #3F5C38 Green House

📋 copy color: '#3F5C38'

red 63 ◦ green 92 ◦ blue 56

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

Shades of Green House #3F5C38

Tints of Green House #3F5C38

RGB

 RED value IS 63 (25% from 255) = 29.86%

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

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 29.86%
G = 43.6%
B = 26.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#3F5C38 (or 0x3F5C38) is known color: Green House. HEX triplet: 3F, 5C and 38. RGB value is (63,92,56). Sum of RGB (Red+Green+Blue) = 63+92+56=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5C38 is #C0A3C7. Grayscale: #4F4F4F. Windows color (decimal): -12624840 or 3693631. OLE color: 3693631.

HSL color Cylindrical-coordinate representation of color #3F5C38: hue angle of 108.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F5C38 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 92 56 -
CMYK 0.32 0 0.39 0.64
HSL 108.33º 0.24% 0.29% -
HSV(B) 108.33º 0.39% 0.36% -
XYZ 6.59 9 5.13 -
YUV 79.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 63 92 56 0.32 0 0.39 0.64 108.33 0.24 0.29
Hex 3F 5C 38 20 0 27 40 6C 18 1D
Octal 77 134 70 40 0 47 100 154 30 35
Binary 111111 1011100 111000 100000 0 100111 1000000 1101100 11000 11101

Color Harmonies of #3F5C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5C38

Black with #3F5C38

Text Example


Text Example

White with #3F5C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5C38; }

 p { color: rgb(63,92,56); }

 H1.HeaderClassName
 {
   color: #3F5C38;
 }
 .AnyTagClassName
 {
   color: #3F5C38;
 }
</style>

background-color css

<style>
 a { background-color: #3F5C38; }

 a { background-color: rgb(63,92,56); }

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

border-color css

<style>
 span { border-color: #3F5C38; }

 span { border-color: rgb(63,92,56); }

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