Html Css Color HEX #3F602F Green House

📋 copy color: '#3F602F'

red 63 ◦ green 96 ◦ blue 47

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

Shades of Green House #3F602F

Tints of Green House #3F602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 30.58%
G = 46.6%
B = 22.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#3F602F (or 0x3F602F) is known color: Green House. HEX triplet: 3F, 60 and 2F. RGB value is (63,96,47). Sum of RGB (Red+Green+Blue) = 63+96+47=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #3F602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F602F is #C09FD0. Grayscale: #505050. Windows color (decimal): -12623825 or 3104831. OLE color: 3104831.

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

Color convert

RGB 63 96 47 -
CMYK 0.34 0 0.51 0.62
HSL 100.41º 0.34% 0.28% -
HSV(B) 100.41º 0.51% 0.38% -
XYZ 6.75 9.63 4.19 -
YUV 80.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 63 96 47 0.34 0 0.51 0.62 100.41 0.34 0.28
Hex 3F 60 2F 22 0 33 3E 64 22 1C
Octal 77 140 57 42 0 63 76 144 42 34
Binary 111111 1100000 101111 100010 0 110011 111110 1100100 100010 11100

Color Harmonies of #3F602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F602F

Black with #3F602F

Text Example


Text Example

White with #3F602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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