Html Css Color HEX #3A6431 Green House

📋 copy color: '#3A6431'

red 58 ◦ green 100 ◦ blue 49

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

Shades of Green House #3A6431

Tints of Green House #3A6431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 28.02%
G = 48.31%
B = 23.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#3A6431 (or 0x3A6431) is known color: Green House. HEX triplet: 3A, 64 and 31. RGB value is (58,100,49). Sum of RGB (Red+Green+Blue) = 58+100+49=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6431 is #C59BCE. Grayscale: #515151. Windows color (decimal): -12950479 or 3236922. OLE color: 3236922.

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

Color convert

RGB 58 100 49 -
CMYK 0.42 0 0.51 0.61
HSL 109.41º 0.34% 0.29% -
HSV(B) 109.41º 0.51% 0.39% -
XYZ 6.86 10.24 4.52 -
YUV 81.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 58 100 49 0.42 0 0.51 0.61 109.41 0.34 0.29
Hex 3A 64 31 2A 0 33 3D 6D 22 1D
Octal 72 144 61 52 0 63 75 155 42 35
Binary 111010 1100100 110001 101010 0 110011 111101 1101101 100010 11101

Color Harmonies of #3A6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6431

Black with #3A6431

Text Example


Text Example

White with #3A6431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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