Html Css Color HEX #3B602A Green House

📋 copy color: '#3B602A'

red 59 ◦ green 96 ◦ blue 42

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

Shades of Green House #3B602A

Tints of Green House #3B602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.73%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 29.95%
G = 48.73%
B = 21.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#3B602A (or 0x3B602A) is known color: Green House. HEX triplet: 3B, 60 and 2A. RGB value is (59,96,42). Sum of RGB (Red+Green+Blue) = 59+96+42=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #3B602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B602A is #C49FD5. Grayscale: #4E4E4E. Windows color (decimal): -12885974 or 2777147. OLE color: 2777147.

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

Color convert

RGB 59 96 42 -
CMYK 0.39 0 0.56 0.62
HSL 101.11º 0.39% 0.27% -
HSV(B) 101.11º 0.56% 0.38% -
XYZ 6.4 9.46 3.68 -
YUV 78.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 59 96 42 0.39 0 0.56 0.62 101.11 0.39 0.27
Hex 3B 60 2A 27 0 38 3E 65 27 1B
Octal 73 140 52 47 0 70 76 145 47 33
Binary 111011 1100000 101010 100111 0 111000 111110 1100101 100111 11011

Color Harmonies of #3B602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B602A

Black with #3B602A

Text Example


Text Example

White with #3B602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,96,42); }

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

background-color css

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

 a { background-color: rgb(59,96,42); }

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

border-color css

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

 span { border-color: rgb(59,96,42); }

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