Html Css Color HEX #348C26 La Palma

📋 copy color: '#348C26'

red 52 ◦ green 140 ◦ blue 38

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

Shades of La Palma #348C26

Tints of La Palma #348C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 60.87%

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

R = 22.61%
G = 60.87%
B = 16.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#348C26 (or 0x348C26) is known color: La Palma. HEX triplet: 34, 8C and 26. RGB value is (52,140,38). Sum of RGB (Red+Green+Blue) = 52+140+38=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 140 (55.08% from 255 or 60.87% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 140 - color contains mainly: green. Hex color #348C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C26 is #CB73D9. Grayscale: #666666. Windows color (decimal): -13333466 or 2526260. OLE color: 2526260.

HSL color Cylindrical-coordinate representation of color #348C26: hue angle of 111.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348C26 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 38 -
CMYK 0.63 0 0.73 0.45
HSL 111.76º 0.57% 0.35% -
HSV(B) 111.76º 0.73% 0.55% -
XYZ 11.14 19.63 5.03 -
YUV 102.06 91.85 92.29 -
System Red Green Blue C M Y K H S L
Decimal 52 140 38 0.63 0 0.73 0.45 111.76 0.57 0.35
Hex 34 8C 26 3F 0 49 2D 70 39 23
Octal 64 214 46 77 0 111 55 160 71 43
Binary 110100 10001100 100110 111111 0 1001001 101101 1110000 111001 100011

Color Harmonies of #348C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C26

Black with #348C26

Text Example


Text Example

White with #348C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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