Html Css Color HEX #3C980D La Palma

📋 copy color: '#3C980D'

red 60 ◦ green 152 ◦ blue 13

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

Shades of La Palma #3C980D

Tints of La Palma #3C980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 67.56%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 26.67%
G = 67.56%
B = 5.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#3C980D (or 0x3C980D) is known color: La Palma. HEX triplet: 3C, 98 and 0D. RGB value is (60,152,13). Sum of RGB (Red+Green+Blue) = 60+152+13=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #3C980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C980D is #C367F2. Grayscale: #6D6D6D. Windows color (decimal): -12806131 or 890940. OLE color: 890940.

HSL color Cylindrical-coordinate representation of color #3C980D: hue angle of 99.71º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C980D is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 152 13 -
CMYK 0.61 0 0.91 0.40
HSL 99.71º 0.84% 0.32% -
HSV(B) 99.71º 0.91% 0.6% -
XYZ 13.16 23.45 4.21 -
YUV 108.65 74.02 93.3 -
System Red Green Blue C M Y K H S L
Decimal 60 152 13 0.61 0 0.91 0.40 99.71 0.84 0.32
Hex 3C 98 D 3D 0 5B 28 64 54 20
Octal 74 230 15 75 0 133 50 144 124 40
Binary 111100 10011000 1101 111101 0 1011011 101000 1100100 1010100 100000

Color Harmonies of #3C980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C980D

Black with #3C980D

Text Example


Text Example

White with #3C980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,152,13); }

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

background-color css

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

 a { background-color: rgb(60,152,13); }

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

border-color css

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

 span { border-color: rgb(60,152,13); }

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