Html Css Color HEX #3A6436 Green House

📋 copy color: '#3A6436'

red 58 ◦ green 100 ◦ blue 54

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

Shades of Green House #3A6436

Tints of Green House #3A6436

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.17%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 27.36%
G = 47.17%
B = 25.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#3A6436 (or 0x3A6436) is known color: Green House. HEX triplet: 3A, 64 and 36. RGB value is (58,100,54). Sum of RGB (Red+Green+Blue) = 58+100+54=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6436 is #C59BC9. Grayscale: #525252. Windows color (decimal): -12950474 or 3564602. OLE color: 3564602.

HSL color Cylindrical-coordinate representation of color #3A6436: hue angle of 114.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6436 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 100 54 -
CMYK 0.42 0 0.46 0.61
HSL 114.78º 0.3% 0.3% -
HSV(B) 114.78º 0.46% 0.39% -
XYZ 6.97 10.28 5.11 -
YUV 82.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 58 100 54 0.42 0 0.46 0.61 114.78 0.3 0.3
Hex 3A 64 36 2A 0 2E 3D 73 1E 1E
Octal 72 144 66 52 0 56 75 163 36 36
Binary 111010 1100100 110110 101010 0 101110 111101 1110011 11110 11110

Color Harmonies of #3A6436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6436

Black with #3A6436

Text Example


Text Example

White with #3A6436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,54); }

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

background-color css

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

 a { background-color: rgb(58,100,54); }

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

border-color css

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

 span { border-color: rgb(58,100,54); }

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