Html Css Color HEX #3D990C La Palma

📋 copy color: '#3D990C'

red 61 ◦ green 153 ◦ blue 12

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

Shades of La Palma #3D990C

Tints of La Palma #3D990C

RGB

 RED value IS 61 (24.22% from 255) = 26.99%

 GREEN value IS 153 (60.16% from 255) = 67.7%

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

R = 26.99%
G = 67.7%
B = 5.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#3D990C (or 0x3D990C) is known color: La Palma. HEX triplet: 3D, 99 and 0C. RGB value is (61,153,12). Sum of RGB (Red+Green+Blue) = 61+153+12=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 153 (60.16% from 255 or 67.70% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 153 - color contains mainly: green. Hex color #3D990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D990C is #C266F3. Grayscale: #6D6D6D. Windows color (decimal): -12740340 or 825661. OLE color: 825661.

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

Color convert

RGB 61 153 12 -
CMYK 0.60 0 0.92 0.4
HSL 99.15º 0.85% 0.32% -
HSV(B) 99.15º 0.92% 0.6% -
XYZ 13.38 23.8 4.24 -
YUV 109.42 73.02 93.46 -
System Red Green Blue C M Y K H S L
Decimal 61 153 12 0.60 0 0.92 0.4 99.15 0.85 0.32
Hex 3D 99 C 3C 0 5C 28 63 55 20
Octal 75 231 14 74 0 134 50 143 125 40
Binary 111101 10011001 1100 111100 0 1011100 101000 1100011 1010101 100000

Color Harmonies of #3D990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D990C

Black with #3D990C

Text Example


Text Example

White with #3D990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,153,12); }

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

background-color css

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

 a { background-color: rgb(61,153,12); }

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

border-color css

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

 span { border-color: rgb(61,153,12); }

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