Html Css Color HEX #369C14 La Palma

📋 copy color: '#369C14'

red 54 ◦ green 156 ◦ blue 20

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

Shades of La Palma #369C14

Tints of La Palma #369C14

RGB

 RED value IS 54 (21.48% from 255) = 23.48%

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

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

R = 23.48%
G = 67.83%
B = 8.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#369C14 (or 0x369C14) is known color: La Palma. HEX triplet: 36, 9C and 14. RGB value is (54,156,20). Sum of RGB (Red+Green+Blue) = 54+156+20=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 156 (61.33% from 255 or 67.83% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 156 - color contains mainly: green. Hex color #369C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369C14 is #C963EB. Grayscale: #6E6E6E. Windows color (decimal): -13198316 or 1350710. OLE color: 1350710.

HSL color Cylindrical-coordinate representation of color #369C14: hue angle of 105º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #369C14 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 156 20 -
CMYK 0.65 0 0.87 0.39
HSL 105º 0.77% 0.35% -
HSV(B) 105º 0.87% 0.61% -
XYZ 13.54 24.61 4.7 -
YUV 110 77.21 88.06 -
System Red Green Blue C M Y K H S L
Decimal 54 156 20 0.65 0 0.87 0.39 105 0.77 0.35
Hex 36 9C 14 41 0 57 27 69 4D 23
Octal 66 234 24 101 0 127 47 151 115 43
Binary 110110 10011100 10100 1000001 0 1010111 100111 1101001 1001101 100011

Color Harmonies of #369C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C14

Black with #369C14

Text Example


Text Example

White with #369C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369C14; }

 p { color: rgb(54,156,20); }

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

background-color css

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

 a { background-color: rgb(54,156,20); }

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

border-color css

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

 span { border-color: rgb(54,156,20); }

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