Html Css Color HEX #345826 Palm Leaf

📋 copy color: '#345826'

red 52 ◦ green 88 ◦ blue 38

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

Shades of Palm Leaf #345826

Tints of Palm Leaf #345826

RGB

 RED value IS 52 (20.7% from 255) = 29.21%

 GREEN value IS 88 (34.77% from 255) = 49.44%

 BLUE value IS 38 (15.23% from 255) = 21.35%

R = 29.21%
G = 49.44%
B = 21.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#345826 (or 0x345826) is known color: Palm Leaf. HEX triplet: 34, 58 and 26. RGB value is (52,88,38). Sum of RGB (Red+Green+Blue) = 52+88+38=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #345826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345826 is #CBA7D9. Grayscale: #474747. Windows color (decimal): -13346778 or 2512948. OLE color: 2512948.

HSL color Cylindrical-coordinate representation of color #345826: hue angle of 103.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345826 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 38 -
CMYK 0.41 0 0.57 0.65
HSL 103.2º 0.4% 0.25% -
HSV(B) 103.2º 0.57% 0.35% -
XYZ 5.26 7.85 3.07 -
YUV 71.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 52 88 38 0.41 0 0.57 0.65 103.2 0.4 0.25
Hex 34 58 26 29 0 39 41 67 28 19
Octal 64 130 46 51 0 71 101 147 50 31
Binary 110100 1011000 100110 101001 0 111001 1000001 1100111 101000 11001

Color Harmonies of #345826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345826

Black with #345826

Text Example


Text Example

White with #345826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345826; }

 p { color: rgb(52,88,38); }

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

background-color css

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

 a { background-color: rgb(52,88,38); }

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

border-color css

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

 span { border-color: rgb(52,88,38); }

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