Html Css Color HEX #348F25 La Palma

📋 copy color: '#348F25'

red 52 ◦ green 143 ◦ blue 37

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

Shades of La Palma #348F25

Tints of La Palma #348F25

RGB

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

 GREEN value IS 143 (56.25% from 255) = 61.64%

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 22.41%
G = 61.64%
B = 15.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#348F25 (or 0x348F25) is known color: La Palma. HEX triplet: 34, 8F and 25. RGB value is (52,143,37). Sum of RGB (Red+Green+Blue) = 52+143+37=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #348F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F25 is #CB70DA. Grayscale: #686868. Windows color (decimal): -13332699 or 2461492. OLE color: 2461492.

HSL color Cylindrical-coordinate representation of color #348F25: hue angle of 111.51º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348F25 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 37 -
CMYK 0.64 0 0.74 0.44
HSL 111.51º 0.59% 0.35% -
HSV(B) 111.51º 0.74% 0.56% -
XYZ 11.57 20.51 5.1 -
YUV 103.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 52 143 37 0.64 0 0.74 0.44 111.51 0.59 0.35
Hex 34 8F 25 40 0 4A 2C 70 3B 23
Octal 64 217 45 100 0 112 54 160 73 43
Binary 110100 10001111 100101 1000000 0 1001010 101100 1110000 111011 100011

Color Harmonies of #348F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F25

Black with #348F25

Text Example


Text Example

White with #348F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,37); }

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

background-color css

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

 a { background-color: rgb(52,143,37); }

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

border-color css

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

 span { border-color: rgb(52,143,37); }

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