Html Css Color HEX #3C960C La Palma

📋 copy color: '#3C960C'

red 60 ◦ green 150 ◦ blue 12

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

Shades of La Palma #3C960C

Tints of La Palma #3C960C

RGB

 RED value IS 60 (23.83% from 255) = 27.03%

 GREEN value IS 150 (58.98% from 255) = 67.57%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 27.03%
G = 67.57%
B = 5.41%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#3C960C (or 0x3C960C) is known color: La Palma. HEX triplet: 3C, 96 and 0C. RGB value is (60,150,12). Sum of RGB (Red+Green+Blue) = 60+150+12=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #3C960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C960C is #C369F3. Grayscale: #6B6B6B. Windows color (decimal): -12806644 or 824892. OLE color: 824892.

HSL color Cylindrical-coordinate representation of color #3C960C: hue angle of 99.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C960C is Cyan = 0.6, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 12 -
CMYK 0.6 0 0.92 0.41
HSL 99.13º 0.85% 0.32% -
HSV(B) 99.13º 0.92% 0.59% -
XYZ 12.84 22.8 4.07 -
YUV 107.36 74.18 94.22 -
System Red Green Blue C M Y K H S L
Decimal 60 150 12 0.6 0 0.92 0.41 99.13 0.85 0.32
Hex 3C 96 C 3C 0 5C 29 63 55 20
Octal 74 226 14 74 0 134 51 143 125 40
Binary 111100 10010110 1100 111100 0 1011100 101001 1100011 1010101 100000

Color Harmonies of #3C960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C960C

Black with #3C960C

Text Example


Text Example

White with #3C960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C960C; }

 p { color: rgb(60,150,12); }

 H1.HeaderClassName
 {
   color: #3C960C;
 }
 .AnyTagClassName
 {
   color: #3C960C;
 }
</style>

background-color css

<style>
 a { background-color: #3C960C; }

 a { background-color: rgb(60,150,12); }

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

border-color css

<style>
 span { border-color: #3C960C; }

 span { border-color: rgb(60,150,12); }

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