Html Css Color HEX #389B0E La Palma

📋 copy color: '#389B0E'

red 56 ◦ green 155 ◦ blue 14

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

Shades of La Palma #389B0E

Tints of La Palma #389B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 68.89%

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 24.89%
G = 68.89%
B = 6.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#389B0E (or 0x389B0E) is known color: La Palma. HEX triplet: 38, 9B and 0E. RGB value is (56,155,14). Sum of RGB (Red+Green+Blue) = 56+155+14=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 155 (60.94% from 255 or 68.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 155 - color contains mainly: green. Hex color #389B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389B0E is #C764F1. Grayscale: #6D6D6D. Windows color (decimal): -13067506 or 957240. OLE color: 957240.

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

Color convert

RGB 56 155 14 -
CMYK 0.64 0 0.91 0.39
HSL 102.13º 0.83% 0.33% -
HSV(B) 102.13º 0.91% 0.61% -
XYZ 13.43 24.32 4.4 -
YUV 109.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 56 155 14 0.64 0 0.91 0.39 102.13 0.83 0.33
Hex 38 9B E 40 0 5B 27 66 53 21
Octal 70 233 16 100 0 133 47 146 123 41
Binary 111000 10011011 1110 1000000 0 1011011 100111 1100110 1010011 100001

Color Harmonies of #389B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B0E

Black with #389B0E

Text Example


Text Example

White with #389B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,155,14); }

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

background-color css

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

 a { background-color: rgb(56,155,14); }

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

border-color css

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

 span { border-color: rgb(56,155,14); }

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