Html Css Color HEX #335D1F Green House

📋 copy color: '#335D1F'

red 51 ◦ green 93 ◦ blue 31

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

Shades of Green House #335D1F

Tints of Green House #335D1F

RGB

 RED value IS 51 (20.31% from 255) = 29.14%

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 29.14%
G = 53.14%
B = 17.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#335D1F (or 0x335D1F) is known color: Green House. HEX triplet: 33, 5D and 1F. RGB value is (51,93,31). Sum of RGB (Red+Green+Blue) = 51+93+31=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #335D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D1F is #CCA2E0. Grayscale: #494949. Windows color (decimal): -13411041 or 2055475. OLE color: 2055475.

HSL color Cylindrical-coordinate representation of color #335D1F: hue angle of 100.65º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335D1F is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 93 31 -
CMYK 0.45 0 0.67 0.64
HSL 100.65º 0.5% 0.24% -
HSV(B) 100.65º 0.67% 0.36% -
XYZ 5.53 8.63 2.67 -
YUV 73.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 51 93 31 0.45 0 0.67 0.64 100.65 0.5 0.24
Hex 33 5D 1F 2D 0 43 40 65 32 18
Octal 63 135 37 55 0 103 100 145 62 30
Binary 110011 1011101 11111 101101 0 1000011 1000000 1100101 110010 11000

Color Harmonies of #335D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D1F

Black with #335D1F

Text Example


Text Example

White with #335D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335D1F; }

 p { color: rgb(51,93,31); }

 H1.HeaderClassName
 {
   color: #335D1F;
 }
 .AnyTagClassName
 {
   color: #335D1F;
 }
</style>

background-color css

<style>
 a { background-color: #335D1F; }

 a { background-color: rgb(51,93,31); }

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

border-color css

<style>
 span { border-color: #335D1F; }

 span { border-color: rgb(51,93,31); }

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