Html Css Color HEX #438D0E La Palma

📋 copy color: '#438D0E'

red 67 ◦ green 141 ◦ blue 14

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

Shades of La Palma #438D0E

Tints of La Palma #438D0E

RGB

 RED value IS 67 (26.56% from 255) = 30.18%

 GREEN value IS 141 (55.47% from 255) = 63.51%

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

R = 30.18%
G = 63.51%
B = 6.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#438D0E (or 0x438D0E) is known color: La Palma. HEX triplet: 43, 8D and 0E. RGB value is (67,141,14). Sum of RGB (Red+Green+Blue) = 67+141+14=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #438D0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438D0E is #BC72F1. Grayscale: #686868. Windows color (decimal): -12350194 or 953667. OLE color: 953667.

HSL color Cylindrical-coordinate representation of color #438D0E: hue angle of 94.96º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #438D0E is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 141 14 -
CMYK 0.52 0 0.90 0.45
HSL 94.96º 0.82% 0.3% -
HSV(B) 94.96º 0.9% 0.55% -
XYZ 11.92 20.27 3.7 -
YUV 104.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 67 141 14 0.52 0 0.90 0.45 94.96 0.82 0.3
Hex 43 8D E 34 0 5A 2D 5F 52 1E
Octal 103 215 16 64 0 132 55 137 122 36
Binary 1000011 10001101 1110 110100 0 1011010 101101 1011111 1010010 11110

Color Harmonies of #438D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438D0E

Black with #438D0E

Text Example


Text Example

White with #438D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438D0E; }

 p { color: rgb(67,141,14); }

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

background-color css

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

 a { background-color: rgb(67,141,14); }

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

border-color css

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

 span { border-color: rgb(67,141,14); }

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