Html Css Color HEX #389414 La Palma

📋 copy color: '#389414'

red 56 ◦ green 148 ◦ blue 20

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

Shades of La Palma #389414

Tints of La Palma #389414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.07%

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

R = 25%
G = 66.07%
B = 8.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#389414 (or 0x389414) is known color: La Palma. HEX triplet: 38, 94 and 14. RGB value is (56,148,20). Sum of RGB (Red+Green+Blue) = 56+148+20=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #389414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389414 is #C76BEB. Grayscale: #6A6A6A. Windows color (decimal): -13069292 or 1348664. OLE color: 1348664.

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

Color convert

RGB 56 148 20 -
CMYK 0.62 0 0.86 0.42
HSL 103.13º 0.76% 0.33% -
HSV(B) 103.13º 0.86% 0.58% -
XYZ 12.35 22.07 4.27 -
YUV 105.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 56 148 20 0.62 0 0.86 0.42 103.13 0.76 0.33
Hex 38 94 14 3E 0 56 2A 67 4C 21
Octal 70 224 24 76 0 126 52 147 114 41
Binary 111000 10010100 10100 111110 0 1010110 101010 1100111 1001100 100001

Color Harmonies of #389414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389414

Black with #389414

Text Example


Text Example

White with #389414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389414; }

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

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

background-color css

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

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

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

border-color css

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

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

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