Html Css Color HEX #3A6F34 Green House

📋 copy color: '#3A6F34'

red 58 ◦ green 111 ◦ blue 52

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

Shades of Green House #3A6F34

Tints of Green House #3A6F34

RGB

 RED value IS 58 (23.05% from 255) = 26.24%

 GREEN value IS 111 (43.75% from 255) = 50.23%

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

R = 26.24%
G = 50.23%
B = 23.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#3A6F34 (or 0x3A6F34) is known color: Green House. HEX triplet: 3A, 6F and 34. RGB value is (58,111,52). Sum of RGB (Red+Green+Blue) = 58+111+52=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F34 is #C590CB. Grayscale: #585858. Windows color (decimal): -12947660 or 3436346. OLE color: 3436346.

HSL color Cylindrical-coordinate representation of color #3A6F34: hue angle of 113.9º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A6F34 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 111 52 -
CMYK 0.48 0 0.53 0.56
HSL 113.9º 0.36% 0.32% -
HSV(B) 113.9º 0.53% 0.44% -
XYZ 8.05 12.52 5.24 -
YUV 88.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 58 111 52 0.48 0 0.53 0.56 113.9 0.36 0.32
Hex 3A 6F 34 30 0 35 38 72 24 20
Octal 72 157 64 60 0 65 70 162 44 40
Binary 111010 1101111 110100 110000 0 110101 111000 1110010 100100 100000

Color Harmonies of #3A6F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6F34

Black with #3A6F34

Text Example


Text Example

White with #3A6F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,52); }

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

background-color css

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

 a { background-color: rgb(58,111,52); }

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

border-color css

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

 span { border-color: rgb(58,111,52); }

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