Html Css Color HEX #3B6431 Green House

📋 copy color: '#3B6431'

red 59 ◦ green 100 ◦ blue 49

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

Shades of Green House #3B6431

Tints of Green House #3B6431

RGB

 RED value IS 59 (23.44% from 255) = 28.37%

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

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

R = 28.37%
G = 48.08%
B = 23.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#3B6431 (or 0x3B6431) is known color: Green House. HEX triplet: 3B, 64 and 31. RGB value is (59,100,49). Sum of RGB (Red+Green+Blue) = 59+100+49=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #3B6431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6431 is #C49BCE. Grayscale: #525252. Windows color (decimal): -12884943 or 3236923. OLE color: 3236923.

HSL color Cylindrical-coordinate representation of color #3B6431: hue angle of 108.24º 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 #3B6431 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 100 49 -
CMYK 0.41 0 0.51 0.61
HSL 108.24º 0.34% 0.29% -
HSV(B) 108.24º 0.51% 0.39% -
XYZ 6.92 10.27 4.52 -
YUV 81.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 59 100 49 0.41 0 0.51 0.61 108.24 0.34 0.29
Hex 3B 64 31 29 0 33 3D 6C 22 1D
Octal 73 144 61 51 0 63 75 154 42 35
Binary 111011 1100100 110001 101001 0 110011 111101 1101100 100010 11101

Color Harmonies of #3B6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6431

Black with #3B6431

Text Example


Text Example

White with #3B6431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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