Html Css Color HEX #349B04 La Palma

📋 copy color: '#349B04'

red 52 ◦ green 155 ◦ blue 4

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

Shades of La Palma #349B04

Tints of La Palma #349B04

RGB

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

 GREEN value IS 155 (60.94% from 255) = 73.46%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 24.64%
G = 73.46%
B = 1.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#349B04 (or 0x349B04) is known color: La Palma. HEX triplet: 34, 9B and 04. RGB value is (52,155,4). Sum of RGB (Red+Green+Blue) = 52+155+4=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #349B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349B04 is #CB64FB. Grayscale: #6B6B6B. Windows color (decimal): -13329660 or 301876. OLE color: 301876.

HSL color Cylindrical-coordinate representation of color #349B04: hue angle of 100.93º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #349B04 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 4 -
CMYK 0.66 0 0.97 0.39
HSL 100.93º 0.95% 0.31% -
HSV(B) 100.93º 0.97% 0.61% -
XYZ 13.16 24.18 4.09 -
YUV 106.99 69.88 88.78 -
System Red Green Blue C M Y K H S L
Decimal 52 155 4 0.66 0 0.97 0.39 100.93 0.95 0.31
Hex 34 9B 4 42 0 61 27 65 5F 1F
Octal 64 233 4 102 0 141 47 145 137 37
Binary 110100 10011011 100 1000010 0 1100001 100111 1100101 1011111 11111

Color Harmonies of #349B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B04

Black with #349B04

Text Example


Text Example

White with #349B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B04; }

 p { color: rgb(52,155,4); }

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

background-color css

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

 a { background-color: rgb(52,155,4); }

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

border-color css

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

 span { border-color: rgb(52,155,4); }

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