Html Css Color HEX #379114 La Palma

📋 copy color: '#379114'

red 55 ◦ green 145 ◦ blue 20

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

Shades of La Palma #379114

Tints of La Palma #379114

RGB

 RED value IS 55 (21.88% from 255) = 25%

 GREEN value IS 145 (57.03% from 255) = 65.91%

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 25%
G = 65.91%
B = 9.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#379114 (or 0x379114) is known color: La Palma. HEX triplet: 37, 91 and 14. RGB value is (55,145,20). Sum of RGB (Red+Green+Blue) = 55+145+20=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #379114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379114 is #C86EEB. Grayscale: #686868. Windows color (decimal): -13135596 or 1347895. OLE color: 1347895.

HSL color Cylindrical-coordinate representation of color #379114: hue angle of 103.2º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #379114 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 20 -
CMYK 0.62 0 0.86 0.43
HSL 103.2º 0.76% 0.32% -
HSV(B) 103.2º 0.86% 0.57% -
XYZ 11.83 21.11 4.11 -
YUV 103.84 80.68 93.16 -
System Red Green Blue C M Y K H S L
Decimal 55 145 20 0.62 0 0.86 0.43 103.2 0.76 0.32
Hex 37 91 14 3E 0 56 2B 67 4C 20
Octal 67 221 24 76 0 126 53 147 114 40
Binary 110111 10010001 10100 111110 0 1010110 101011 1100111 1001100 100000

Color Harmonies of #379114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379114

Black with #379114

Text Example


Text Example

White with #379114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379114; }

 p { color: rgb(55,145,20); }

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

background-color css

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

 a { background-color: rgb(55,145,20); }

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

border-color css

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

 span { border-color: rgb(55,145,20); }

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