Html Css Color HEX #389C14 La Palma

📋 copy color: '#389C14'

red 56 ◦ green 156 ◦ blue 20

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

Shades of La Palma #389C14

Tints of La Palma #389C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 67.24%

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

R = 24.14%
G = 67.24%
B = 8.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#389C14 (or 0x389C14) is known color: La Palma. HEX triplet: 38, 9C and 14. RGB value is (56,156,20). Sum of RGB (Red+Green+Blue) = 56+156+20=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #389C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389C14 is #C763EB. Grayscale: #6F6F6F. Windows color (decimal): -13067244 or 1350712. OLE color: 1350712.

HSL color Cylindrical-coordinate representation of color #389C14: hue angle of 104.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #389C14 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 156 20 -
CMYK 0.64 0 0.87 0.39
HSL 104.12º 0.77% 0.35% -
HSV(B) 104.12º 0.87% 0.61% -
XYZ 13.65 24.67 4.7 -
YUV 110.6 76.87 89.06 -
System Red Green Blue C M Y K H S L
Decimal 56 156 20 0.64 0 0.87 0.39 104.12 0.77 0.35
Hex 38 9C 14 40 0 57 27 68 4D 23
Octal 70 234 24 100 0 127 47 150 115 43
Binary 111000 10011100 10100 1000000 0 1010111 100111 1101000 1001101 100011

Color Harmonies of #389C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C14

Black with #389C14

Text Example


Text Example

White with #389C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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