Html Css Color HEX #336525 Green House

📋 copy color: '#336525'

red 51 ◦ green 101 ◦ blue 37

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

Shades of Green House #336525

Tints of Green House #336525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.44%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 26.98%
G = 53.44%
B = 19.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#336525 (or 0x336525) is known color: Green House. HEX triplet: 33, 65 and 25. RGB value is (51,101,37). Sum of RGB (Red+Green+Blue) = 51+101+37=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #336525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336525 is #CC9ADA. Grayscale: #4E4E4E. Windows color (decimal): -13408987 or 2450739. OLE color: 2450739.

HSL color Cylindrical-coordinate representation of color #336525: hue angle of 106.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336525 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 37 -
CMYK 0.50 0 0.63 0.60
HSL 106.88º 0.46% 0.27% -
HSV(B) 106.88º 0.63% 0.4% -
XYZ 6.35 10.14 3.37 -
YUV 78.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 51 101 37 0.50 0 0.63 0.60 106.88 0.46 0.27
Hex 33 65 25 32 0 3F 3C 6B 2E 1B
Octal 63 145 45 62 0 77 74 153 56 33
Binary 110011 1100101 100101 110010 0 111111 111100 1101011 101110 11011

Color Harmonies of #336525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336525

Black with #336525

Text Example


Text Example

White with #336525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336525; }

 p { color: rgb(51,101,37); }

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

background-color css

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

 a { background-color: rgb(51,101,37); }

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

border-color css

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

 span { border-color: rgb(51,101,37); }

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