Html Css Color HEX #389C0F La Palma

📋 copy color: '#389C0F'

red 56 ◦ green 156 ◦ blue 15

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

Shades of La Palma #389C0F

Tints of La Palma #389C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 24.67%
G = 68.72%
B = 6.61%

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

#389C0F (or 0x389C0F) is known color: La Palma. HEX triplet: 38, 9C and 0F. RGB value is (56,156,15). Sum of RGB (Red+Green+Blue) = 56+156+15=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 156 (61.33% from 255 or 68.72% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 156 - color contains mainly: green. Hex color #389C0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389C0F is #C763F0. Grayscale: #6E6E6E. Windows color (decimal): -13067249 or 1023032. OLE color: 1023032.

HSL color Cylindrical-coordinate representation of color #389C0F: hue angle of 102.55º degrees, saturation: 0.82, 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 #389C0F is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 156 15 -
CMYK 0.64 0 0.90 0.39
HSL 102.55º 0.82% 0.34% -
HSV(B) 102.55º 0.9% 0.61% -
XYZ 13.61 24.65 4.49 -
YUV 110.03 74.37 89.46 -
System Red Green Blue C M Y K H S L
Decimal 56 156 15 0.64 0 0.90 0.39 102.55 0.82 0.34
Hex 38 9C F 40 0 5A 27 67 52 22
Octal 70 234 17 100 0 132 47 147 122 42
Binary 111000 10011100 1111 1000000 0 1011010 100111 1100111 1010010 100010

Color Harmonies of #389C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C0F

Black with #389C0F

Text Example


Text Example

White with #389C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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