Html Css Color HEX #33644A Green Pea

📋 copy color: '#33644A'

red 51 ◦ green 100 ◦ blue 74

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

Shades of Green Pea #33644A

Tints of Green Pea #33644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.44%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 22.67%
G = 44.44%
B = 32.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#33644A (or 0x33644A) is known color: Green Pea. HEX triplet: 33, 64 and 4A. RGB value is (51,100,74). Sum of RGB (Red+Green+Blue) = 51+100+74=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #33644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33644A is #CC9BB5. Grayscale: #525252. Windows color (decimal): -13409206 or 4875315. OLE color: 4875315.

HSL color Cylindrical-coordinate representation of color #33644A: hue angle of 148.16º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33644A is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 100 74 -
CMYK 0.49 0 0.26 0.61
HSL 148.16º 0.32% 0.3% -
HSV(B) 148.16º 0.49% 0.39% -
XYZ 7.16 10.31 8.09 -
YUV 82.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 51 100 74 0.49 0 0.26 0.61 148.16 0.32 0.3
Hex 33 64 4A 31 0 1A 3D 94 20 1E
Octal 63 144 112 61 0 32 75 224 40 36
Binary 110011 1100100 1001010 110001 0 11010 111101 10010100 100000 11110

Color Harmonies of #33644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33644A

Black with #33644A

Text Example


Text Example

White with #33644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,100,74); }

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

background-color css

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

 a { background-color: rgb(51,100,74); }

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

border-color css

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

 span { border-color: rgb(51,100,74); }

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