Html Css Color HEX #33601A Green House

📋 copy color: '#33601A'

red 51 ◦ green 96 ◦ blue 26

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

Shades of Green House #33601A

Tints of Green House #33601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 29.48%
G = 55.49%
B = 15.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#33601A (or 0x33601A) is known color: Green House. HEX triplet: 33, 60 and 1A. RGB value is (51,96,26). Sum of RGB (Red+Green+Blue) = 51+96+26=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #33601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33601A is #CC9FE5. Grayscale: #4A4A4A. Windows color (decimal): -13410278 or 1728563. OLE color: 1728563.

HSL color Cylindrical-coordinate representation of color #33601A: hue angle of 98.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33601A is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 26 -
CMYK 0.47 0 0.73 0.62
HSL 98.57º 0.57% 0.24% -
HSV(B) 98.57º 0.73% 0.38% -
XYZ 5.73 9.14 2.44 -
YUV 74.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 51 96 26 0.47 0 0.73 0.62 98.57 0.57 0.24
Hex 33 60 1A 2F 0 49 3E 63 39 18
Octal 63 140 32 57 0 111 76 143 71 30
Binary 110011 1100000 11010 101111 0 1001001 111110 1100011 111001 11000

Color Harmonies of #33601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33601A

Black with #33601A

Text Example


Text Example

White with #33601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33601A; }

 p { color: rgb(51,96,26); }

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

background-color css

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

 a { background-color: rgb(51,96,26); }

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

border-color css

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

 span { border-color: rgb(51,96,26); }

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