Html Css Color HEX #3D602A Green House

📋 copy color: '#3D602A'

red 61 ◦ green 96 ◦ blue 42

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

Shades of Green House #3D602A

Tints of Green House #3D602A

RGB

 RED value IS 61 (24.22% from 255) = 30.65%

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

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

R = 30.65%
G = 48.24%
B = 21.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#3D602A (or 0x3D602A) is known color: Green House. HEX triplet: 3D, 60 and 2A. RGB value is (61,96,42). Sum of RGB (Red+Green+Blue) = 61+96+42=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #3D602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D602A is #C29FD5. Grayscale: #4F4F4F. Windows color (decimal): -12754902 or 2777149. OLE color: 2777149.

HSL color Cylindrical-coordinate representation of color #3D602A: hue angle of 98.89º 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 #3D602A is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 42 -
CMYK 0.36 0 0.56 0.62
HSL 98.89º 0.39% 0.27% -
HSV(B) 98.89º 0.56% 0.38% -
XYZ 6.53 9.53 3.69 -
YUV 79.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 61 96 42 0.36 0 0.56 0.62 98.89 0.39 0.27
Hex 3D 60 2A 24 0 38 3E 63 27 1B
Octal 75 140 52 44 0 70 76 143 47 33
Binary 111101 1100000 101010 100100 0 111000 111110 1100011 100111 11011

Color Harmonies of #3D602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D602A

Black with #3D602A

Text Example


Text Example

White with #3D602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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