Html Css Color HEX #379314 La Palma

📋 copy color: '#379314'

red 55 ◦ green 147 ◦ blue 20

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

Shades of La Palma #379314

Tints of La Palma #379314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.22%

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

R = 24.77%
G = 66.22%
B = 9.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#379314 (or 0x379314) is known color: La Palma. HEX triplet: 37, 93 and 14. RGB value is (55,147,20). Sum of RGB (Red+Green+Blue) = 55+147+20=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #379314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379314 is #C86CEB. Grayscale: #696969. Windows color (decimal): -13135084 or 1348407. OLE color: 1348407.

HSL color Cylindrical-coordinate representation of color #379314: hue angle of 103.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #379314 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 147 20 -
CMYK 0.63 0 0.86 0.42
HSL 103.46º 0.76% 0.33% -
HSV(B) 103.46º 0.86% 0.58% -
XYZ 12.14 21.73 4.22 -
YUV 105.01 80.02 92.33 -
System Red Green Blue C M Y K H S L
Decimal 55 147 20 0.63 0 0.86 0.42 103.46 0.76 0.33
Hex 37 93 14 3F 0 56 2A 67 4C 21
Octal 67 223 24 77 0 126 52 147 114 41
Binary 110111 10010011 10100 111111 0 1010110 101010 1100111 1001100 100001

Color Harmonies of #379314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379314

Black with #379314

Text Example


Text Example

White with #379314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379314; }

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

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

background-color css

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

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

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

border-color css

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

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

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