Html Css Color HEX #3F6038 Green House

📋 copy color: '#3F6038'

red 63 ◦ green 96 ◦ blue 56

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

Shades of Green House #3F6038

Tints of Green House #3F6038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

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

R = 29.3%
G = 44.65%
B = 26.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#3F6038 (or 0x3F6038) is known color: Green House. HEX triplet: 3F, 60 and 38. RGB value is (63,96,56). Sum of RGB (Red+Green+Blue) = 63+96+56=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6038 is #C09FC7. Grayscale: #515151. Windows color (decimal): -12623816 or 3694655. OLE color: 3694655.

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

Color convert

RGB 63 96 56 -
CMYK 0.34 0 0.42 0.62
HSL 109.5º 0.26% 0.3% -
HSV(B) 109.5º 0.42% 0.38% -
XYZ 6.95 9.71 5.25 -
YUV 81.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 63 96 56 0.34 0 0.42 0.62 109.5 0.26 0.3
Hex 3F 60 38 22 0 2A 3E 6E 1A 1E
Octal 77 140 70 42 0 52 76 156 32 36
Binary 111111 1100000 111000 100010 0 101010 111110 1101110 11010 11110

Color Harmonies of #3F6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6038

Black with #3F6038

Text Example


Text Example

White with #3F6038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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