Html Css Color HEX #3F9612 La Palma

📋 copy color: '#3F9612'

red 63 ◦ green 150 ◦ blue 18

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

Shades of La Palma #3F9612

Tints of La Palma #3F9612

RGB

 RED value IS 63 (25% from 255) = 27.27%

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

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 27.27%
G = 64.94%
B = 7.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#3F9612 (or 0x3F9612) is known color: La Palma. HEX triplet: 3F, 96 and 12. RGB value is (63,150,18). Sum of RGB (Red+Green+Blue) = 63+150+18=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9612 is #C069ED. Grayscale: #6D6D6D. Windows color (decimal): -12610030 or 1218111. OLE color: 1218111.

HSL color Cylindrical-coordinate representation of color #3F9612: hue angle of 99.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F9612 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 150 18 -
CMYK 0.58 0 0.88 0.41
HSL 99.55º 0.79% 0.33% -
HSV(B) 99.55º 0.88% 0.59% -
XYZ 13.07 22.91 4.31 -
YUV 108.94 76.68 95.23 -
System Red Green Blue C M Y K H S L
Decimal 63 150 18 0.58 0 0.88 0.41 99.55 0.79 0.33
Hex 3F 96 12 3A 0 58 29 64 4F 21
Octal 77 226 22 72 0 130 51 144 117 41
Binary 111111 10010110 10010 111010 0 1011000 101001 1100100 1001111 100001

Color Harmonies of #3F9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9612

Black with #3F9612

Text Example


Text Example

White with #3F9612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,150,18); }

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

background-color css

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

 a { background-color: rgb(63,150,18); }

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

border-color css

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

 span { border-color: rgb(63,150,18); }

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