Html Css Color HEX #3F6238 Green House

📋 copy color: '#3F6238'

red 63 ◦ green 98 ◦ blue 56

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

Shades of Green House #3F6238

Tints of Green House #3F6238

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

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

R = 29.03%
G = 45.16%
B = 25.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#3F6238 (or 0x3F6238) is known color: Green House. HEX triplet: 3F, 62 and 38. RGB value is (63,98,56). Sum of RGB (Red+Green+Blue) = 63+98+56=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6238 is #C09DC7. Grayscale: #525252. Windows color (decimal): -12623304 or 3695167. OLE color: 3695167.

HSL color Cylindrical-coordinate representation of color #3F6238: hue angle of 110º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6238 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 56 -
CMYK 0.36 0 0.43 0.62
HSL 110º 0.27% 0.3% -
HSV(B) 110º 0.43% 0.38% -
XYZ 7.13 10.08 5.31 -
YUV 82.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 63 98 56 0.36 0 0.43 0.62 110 0.27 0.3
Hex 3F 62 38 24 0 2B 3E 6E 1B 1E
Octal 77 142 70 44 0 53 76 156 33 36
Binary 111111 1100010 111000 100100 0 101011 111110 1101110 11011 11110

Color Harmonies of #3F6238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6238

Black with #3F6238

Text Example


Text Example

White with #3F6238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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