Html Css Color HEX #304522 Palm Leaf

📋 copy color: '#304522'

red 48 ◦ green 69 ◦ blue 34

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

Shades of Palm Leaf #304522

Tints of Palm Leaf #304522

RGB

 RED value IS 48 (19.14% from 255) = 31.79%

 GREEN value IS 69 (27.34% from 255) = 45.7%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 31.79%
G = 45.7%
B = 22.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#304522 (or 0x304522) is known color: Palm Leaf. HEX triplet: 30, 45 and 22. RGB value is (48,69,34). Sum of RGB (Red+Green+Blue) = 48+69+34=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #304522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304522 is #CFBADD. Grayscale: #3A3A3A. Windows color (decimal): -13613790 or 2245936. OLE color: 2245936.

HSL color Cylindrical-coordinate representation of color #304522: hue angle of 96º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304522 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 34 -
CMYK 0.30 0 0.51 0.73
HSL 96º 0.34% 0.2% -
HSV(B) 96º 0.51% 0.27% -
XYZ 3.64 5 2.29 -
YUV 58.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 48 69 34 0.30 0 0.51 0.73 96 0.34 0.2
Hex 30 45 22 1E 0 33 49 60 22 14
Octal 60 105 42 36 0 63 111 140 42 24
Binary 110000 1000101 100010 11110 0 110011 1001001 1100000 100010 10100

Color Harmonies of #304522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304522

Black with #304522

Text Example


Text Example

White with #304522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304522; }

 p { color: rgb(48,69,34); }

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

background-color css

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

 a { background-color: rgb(48,69,34); }

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

border-color css

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

 span { border-color: rgb(48,69,34); }

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