Html Css Color HEX #334230 Palm Leaf

📋 copy color: '#334230'

red 51 ◦ green 66 ◦ blue 48

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

Shades of Palm Leaf #334230

Tints of Palm Leaf #334230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 30.91%
G = 40%
B = 29.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#334230 (or 0x334230) is known color: Palm Leaf. HEX triplet: 33, 42 and 30. RGB value is (51,66,48). Sum of RGB (Red+Green+Blue) = 51+66+48=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #334230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334230 is #CCBDCF. Grayscale: #3B3B3B. Windows color (decimal): -13417936 or 3162675. OLE color: 3162675.

HSL color Cylindrical-coordinate representation of color #334230: hue angle of 110º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #334230 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 48 -
CMYK 0.23 0 0.27 0.74
HSL 110º 0.16% 0.22% -
HSV(B) 110º 0.27% 0.26% -
XYZ 3.85 4.81 3.52 -
YUV 59.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 51 66 48 0.23 0 0.27 0.74 110 0.16 0.22
Hex 33 42 30 17 0 1B 4A 6E 10 16
Octal 63 102 60 27 0 33 112 156 20 26
Binary 110011 1000010 110000 10111 0 11011 1001010 1101110 10000 10110

Color Harmonies of #334230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334230

Black with #334230

Text Example


Text Example

White with #334230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334230; }

 p { color: rgb(51,66,48); }

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

background-color css

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

 a { background-color: rgb(51,66,48); }

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

border-color css

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

 span { border-color: rgb(51,66,48); }

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