Html Css Color HEX #3F7534 Green House

📋 copy color: '#3F7534'

red 63 ◦ green 117 ◦ blue 52

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

Shades of Green House #3F7534

Tints of Green House #3F7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 27.16%
G = 50.43%
B = 22.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#3F7534 (or 0x3F7534) is known color: Green House. HEX triplet: 3F, 75 and 34. RGB value is (63,117,52). Sum of RGB (Red+Green+Blue) = 63+117+52=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7534 is #C08ACB. Grayscale: #5D5D5D. Windows color (decimal): -12618444 or 3437887. OLE color: 3437887.

HSL color Cylindrical-coordinate representation of color #3F7534: hue angle of 109.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7534 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 52 -
CMYK 0.46 0 0.56 0.54
HSL 109.85º 0.38% 0.33% -
HSV(B) 109.85º 0.56% 0.46% -
XYZ 9.03 14.03 5.48 -
YUV 93.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 63 117 52 0.46 0 0.56 0.54 109.85 0.38 0.33
Hex 3F 75 34 2E 0 38 36 6E 26 21
Octal 77 165 64 56 0 70 66 156 46 41
Binary 111111 1110101 110100 101110 0 111000 110110 1101110 100110 100001

Color Harmonies of #3F7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7534

Black with #3F7534

Text Example


Text Example

White with #3F7534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,117,52); }

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

background-color css

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

 a { background-color: rgb(63,117,52); }

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

border-color css

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

 span { border-color: rgb(63,117,52); }

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