Html Css Color HEX #348C23 La Palma

📋 copy color: '#348C23'

red 52 ◦ green 140 ◦ blue 35

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

Shades of La Palma #348C23

Tints of La Palma #348C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 22.91%
G = 61.67%
B = 15.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#348C23 (or 0x348C23) is known color: La Palma. HEX triplet: 34, 8C and 23. RGB value is (52,140,35). Sum of RGB (Red+Green+Blue) = 52+140+35=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #348C23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C23 is #CB73DC. Grayscale: #666666. Windows color (decimal): -13333469 or 2329652. OLE color: 2329652.

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

Color convert

RGB 52 140 35 -
CMYK 0.63 0 0.75 0.45
HSL 110.29º 0.6% 0.34% -
HSV(B) 110.29º 0.75% 0.55% -
XYZ 11.1 19.61 4.79 -
YUV 101.72 90.35 92.54 -
System Red Green Blue C M Y K H S L
Decimal 52 140 35 0.63 0 0.75 0.45 110.29 0.6 0.34
Hex 34 8C 23 3F 0 4B 2D 6E 3C 22
Octal 64 214 43 77 0 113 55 156 74 42
Binary 110100 10001100 100011 111111 0 1001011 101101 1101110 111100 100010

Color Harmonies of #348C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C23

Black with #348C23

Text Example


Text Example

White with #348C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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