Html Css Color HEX #3F6530 Green House

📋 copy color: '#3F6530'

red 63 ◦ green 101 ◦ blue 48

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

Shades of Green House #3F6530

Tints of Green House #3F6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.64%

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

R = 29.72%
G = 47.64%
B = 22.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#3F6530 (or 0x3F6530) is known color: Green House. HEX triplet: 3F, 65 and 30. RGB value is (63,101,48). Sum of RGB (Red+Green+Blue) = 63+101+48=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6530 is #C09ACF. Grayscale: #535353. Windows color (decimal): -12622544 or 3171647. OLE color: 3171647.

HSL color Cylindrical-coordinate representation of color #3F6530: hue angle of 103.02º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6530 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 101 48 -
CMYK 0.38 0 0.52 0.60
HSL 103.02º 0.36% 0.29% -
HSV(B) 103.02º 0.52% 0.4% -
XYZ 7.24 10.58 4.46 -
YUV 83.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 63 101 48 0.38 0 0.52 0.60 103.02 0.36 0.29
Hex 3F 65 30 26 0 34 3C 67 24 1D
Octal 77 145 60 46 0 64 74 147 44 35
Binary 111111 1100101 110000 100110 0 110100 111100 1100111 100100 11101

Color Harmonies of #3F6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6530

Black with #3F6530

Text Example


Text Example

White with #3F6530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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