Html Css Color HEX #3F6E30 Green House

📋 copy color: '#3F6E30'

red 63 ◦ green 110 ◦ blue 48

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

Shades of Green House #3F6E30

Tints of Green House #3F6E30

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.77%

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 28.51%
G = 49.77%
B = 21.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#3F6E30 (or 0x3F6E30) is known color: Green House. HEX triplet: 3F, 6E and 30. RGB value is (63,110,48). Sum of RGB (Red+Green+Blue) = 63+110+48=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6E30 is #C091CF. Grayscale: #595959. Windows color (decimal): -12620240 or 3173951. OLE color: 3173951.

HSL color Cylindrical-coordinate representation of color #3F6E30: hue angle of 105.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F6E30 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 110 48 -
CMYK 0.43 0 0.56 0.57
HSL 105.48º 0.39% 0.31% -
HSV(B) 105.48º 0.56% 0.43% -
XYZ 8.16 12.42 4.76 -
YUV 88.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 63 110 48 0.43 0 0.56 0.57 105.48 0.39 0.31
Hex 3F 6E 30 2B 0 38 39 69 27 1F
Octal 77 156 60 53 0 70 71 151 47 37
Binary 111111 1101110 110000 101011 0 111000 111001 1101001 100111 11111

Color Harmonies of #3F6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6E30

Black with #3F6E30

Text Example


Text Example

White with #3F6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,110,48); }

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

background-color css

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

 a { background-color: rgb(63,110,48); }

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

border-color css

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

 span { border-color: rgb(63,110,48); }

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