Html Css Color HEX #389C10 La Palma

📋 copy color: '#389C10'

red 56 ◦ green 156 ◦ blue 16

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

Shades of La Palma #389C10

Tints of La Palma #389C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 24.56%
G = 68.42%
B = 7.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#389C10 (or 0x389C10) is known color: La Palma. HEX triplet: 38, 9C and 10. RGB value is (56,156,16). Sum of RGB (Red+Green+Blue) = 56+156+16=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 156 (61.33% from 255 or 68.42% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 156 - color contains mainly: green. Hex color #389C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389C10 is #C763EF. Grayscale: #6E6E6E. Windows color (decimal): -13067248 or 1088568. OLE color: 1088568.

HSL color Cylindrical-coordinate representation of color #389C10: hue angle of 102.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #389C10 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 156 16 -
CMYK 0.64 0 0.90 0.39
HSL 102.86º 0.81% 0.34% -
HSV(B) 102.86º 0.9% 0.61% -
XYZ 13.61 24.66 4.53 -
YUV 110.14 74.87 89.38 -
System Red Green Blue C M Y K H S L
Decimal 56 156 16 0.64 0 0.90 0.39 102.86 0.81 0.34
Hex 38 9C 10 40 0 5A 27 67 51 22
Octal 70 234 20 100 0 132 47 147 121 42
Binary 111000 10011100 10000 1000000 0 1011010 100111 1100111 1010001 100010

Color Harmonies of #389C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C10

Black with #389C10

Text Example


Text Example

White with #389C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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