Html Css Color HEX #3C970C La Palma

📋 copy color: '#3C970C'

red 60 ◦ green 151 ◦ blue 12

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

Shades of La Palma #3C970C

Tints of La Palma #3C970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 67.71%

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

R = 26.91%
G = 67.71%
B = 5.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#3C970C (or 0x3C970C) is known color: La Palma. HEX triplet: 3C, 97 and 0C. RGB value is (60,151,12). Sum of RGB (Red+Green+Blue) = 60+151+12=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 151 (59.38% from 255 or 67.71% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 151 - color contains mainly: green. Hex color #3C970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C970C is #C368F3. Grayscale: #6C6C6C. Windows color (decimal): -12806388 or 825148. OLE color: 825148.

HSL color Cylindrical-coordinate representation of color #3C970C: hue angle of 99.28º 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 #3C970C is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 151 12 -
CMYK 0.60 0 0.92 0.41
HSL 99.28º 0.85% 0.32% -
HSV(B) 99.28º 0.92% 0.59% -
XYZ 13 23.12 4.13 -
YUV 107.95 73.85 93.8 -
System Red Green Blue C M Y K H S L
Decimal 60 151 12 0.60 0 0.92 0.41 99.28 0.85 0.32
Hex 3C 97 C 3C 0 5C 29 63 55 20
Octal 74 227 14 74 0 134 51 143 125 40
Binary 111100 10010111 1100 111100 0 1011100 101001 1100011 1010101 100000

Color Harmonies of #3C970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C970C

Black with #3C970C

Text Example


Text Example

White with #3C970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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