Html Css Color HEX #3F6133 Green House

📋 copy color: '#3F6133'

red 63 ◦ green 97 ◦ blue 51

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

Shades of Green House #3F6133

Tints of Green House #3F6133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 29.86%
G = 45.97%
B = 24.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#3F6133 (or 0x3F6133) is known color: Green House. HEX triplet: 3F, 61 and 33. RGB value is (63,97,51). Sum of RGB (Red+Green+Blue) = 63+97+51=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6133 is #C09ECC. Grayscale: #515151. Windows color (decimal): -12623565 or 3367231. OLE color: 3367231.

HSL color Cylindrical-coordinate representation of color #3F6133: hue angle of 104.35º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6133 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 51 -
CMYK 0.35 0 0.47 0.62
HSL 104.35º 0.31% 0.29% -
HSV(B) 104.35º 0.47% 0.38% -
XYZ 6.92 9.85 4.67 -
YUV 81.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 63 97 51 0.35 0 0.47 0.62 104.35 0.31 0.29
Hex 3F 61 33 23 0 2F 3E 68 1F 1D
Octal 77 141 63 43 0 57 76 150 37 35
Binary 111111 1100001 110011 100011 0 101111 111110 1101000 11111 11101

Color Harmonies of #3F6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6133

Black with #3F6133

Text Example


Text Example

White with #3F6133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,51); }

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

background-color css

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

 a { background-color: rgb(63,97,51); }

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

border-color css

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

 span { border-color: rgb(63,97,51); }

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