Html Css Color HEX #3D633B Green House

📋 copy color: '#3D633B'

red 61 ◦ green 99 ◦ blue 59

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

Shades of Green House #3D633B

Tints of Green House #3D633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

 BLUE value IS 59 (23.44% from 255) = 26.94%

R = 27.85%
G = 45.21%
B = 26.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#3D633B (or 0x3D633B) is known color: Green House. HEX triplet: 3D, 63 and 3B. RGB value is (61,99,59). Sum of RGB (Red+Green+Blue) = 61+99+59=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #3D633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D633B is #C29CC4. Grayscale: #535353. Windows color (decimal): -12754117 or 3892029. OLE color: 3892029.

HSL color Cylindrical-coordinate representation of color #3D633B: hue angle of 117º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D633B is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 99 59 -
CMYK 0.38 0 0.40 0.61
HSL 117º 0.25% 0.31% -
HSV(B) 117º 0.4% 0.39% -
XYZ 7.18 10.23 5.73 -
YUV 83.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 61 99 59 0.38 0 0.40 0.61 117 0.25 0.31
Hex 3D 63 3B 26 0 28 3D 75 19 1F
Octal 75 143 73 46 0 50 75 165 31 37
Binary 111101 1100011 111011 100110 0 101000 111101 1110101 11001 11111

Color Harmonies of #3D633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D633B

Black with #3D633B

Text Example


Text Example

White with #3D633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,59); }

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

background-color css

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

 a { background-color: rgb(61,99,59); }

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

border-color css

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

 span { border-color: rgb(61,99,59); }

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