Html Css Color HEX #389114 La Palma

📋 copy color: '#389114'

red 56 ◦ green 145 ◦ blue 20

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

Shades of La Palma #389114

Tints of La Palma #389114

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

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

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

R = 25.34%
G = 65.61%
B = 9.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#389114 (or 0x389114) is known color: La Palma. HEX triplet: 38, 91 and 14. RGB value is (56,145,20). Sum of RGB (Red+Green+Blue) = 56+145+20=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #389114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389114 is #C76EEB. Grayscale: #686868. Windows color (decimal): -13070060 or 1347896. OLE color: 1347896.

HSL color Cylindrical-coordinate representation of color #389114: hue angle of 102.72º 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 #389114 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 20 -
CMYK 0.61 0 0.86 0.43
HSL 102.72º 0.76% 0.32% -
HSV(B) 102.72º 0.86% 0.57% -
XYZ 11.88 21.14 4.12 -
YUV 104.14 80.51 93.66 -
System Red Green Blue C M Y K H S L
Decimal 56 145 20 0.61 0 0.86 0.43 102.72 0.76 0.32
Hex 38 91 14 3D 0 56 2B 67 4C 20
Octal 70 221 24 75 0 126 53 147 114 40
Binary 111000 10010001 10100 111101 0 1010110 101011 1100111 1001100 100000

Color Harmonies of #389114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389114

Black with #389114

Text Example


Text Example

White with #389114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389114; }

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

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

background-color css

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

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

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

border-color css

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

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

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