Html Css Color HEX #33694A Green Pea

📋 copy color: '#33694A'

red 51 ◦ green 105 ◦ blue 74

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

Shades of Green Pea #33694A

Tints of Green Pea #33694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

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

R = 22.17%
G = 45.65%
B = 32.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#33694A (or 0x33694A) is known color: Green Pea. HEX triplet: 33, 69 and 4A. RGB value is (51,105,74). Sum of RGB (Red+Green+Blue) = 51+105+74=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #33694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33694A is #CC96B5. Grayscale: #555555. Windows color (decimal): -13407926 or 4876595. OLE color: 4876595.

HSL color Cylindrical-coordinate representation of color #33694A: hue angle of 145.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33694A is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 105 74 -
CMYK 0.51 0 0.30 0.59
HSL 145.56º 0.35% 0.31% -
HSV(B) 145.56º 0.51% 0.41% -
XYZ 7.65 11.3 8.26 -
YUV 85.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 51 105 74 0.51 0 0.30 0.59 145.56 0.35 0.31
Hex 33 69 4A 33 0 1E 3B 92 23 1F
Octal 63 151 112 63 0 36 73 222 43 37
Binary 110011 1101001 1001010 110011 0 11110 111011 10010010 100011 11111

Color Harmonies of #33694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33694A

Black with #33694A

Text Example


Text Example

White with #33694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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