Html Css Color HEX #348E19 La Palma

📋 copy color: '#348E19'

red 52 ◦ green 142 ◦ blue 25

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

Shades of La Palma #348E19

Tints of La Palma #348E19

RGB

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

 GREEN value IS 142 (55.86% from 255) = 64.84%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 23.74%
G = 64.84%
B = 11.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#348E19 (or 0x348E19) is known color: La Palma. HEX triplet: 34, 8E and 19. RGB value is (52,142,25). Sum of RGB (Red+Green+Blue) = 52+142+25=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 142 (55.86% from 255 or 64.84% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 142 - color contains mainly: green. Hex color #348E19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E19 is #CB71E6. Grayscale: #666666. Windows color (decimal): -13332967 or 1674804. OLE color: 1674804.

HSL color Cylindrical-coordinate representation of color #348E19: hue angle of 106.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #348E19 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 25 -
CMYK 0.63 0 0.82 0.44
HSL 106.15º 0.7% 0.33% -
HSV(B) 106.15º 0.82% 0.56% -
XYZ 11.26 20.15 4.21 -
YUV 101.75 84.68 92.51 -
System Red Green Blue C M Y K H S L
Decimal 52 142 25 0.63 0 0.82 0.44 106.15 0.7 0.33
Hex 34 8E 19 3F 0 52 2C 6A 46 21
Octal 64 216 31 77 0 122 54 152 106 41
Binary 110100 10001110 11001 111111 0 1010010 101100 1101010 1000110 100001

Color Harmonies of #348E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E19

Black with #348E19

Text Example


Text Example

White with #348E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348E19; }

 p { color: rgb(52,142,25); }

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

background-color css

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

 a { background-color: rgb(52,142,25); }

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

border-color css

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

 span { border-color: rgb(52,142,25); }

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