Html Css Color HEX #3F9505 La Palma

📋 copy color: '#3F9505'

red 63 ◦ green 149 ◦ blue 5

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

Shades of La Palma #3F9505

Tints of La Palma #3F9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.66%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 29.03%
G = 68.66%
B = 2.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#3F9505 (or 0x3F9505) is known color: La Palma. HEX triplet: 3F, 95 and 05. RGB value is (63,149,5). Sum of RGB (Red+Green+Blue) = 63+149+5=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9505 is #C06AFA. Grayscale: #6B6B6B. Windows color (decimal): -12610299 or 365887. OLE color: 365887.

HSL color Cylindrical-coordinate representation of color #3F9505: hue angle of 95.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F9505 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 149 5 -
CMYK 0.58 0 0.97 0.42
HSL 95.83º 0.94% 0.3% -
HSV(B) 95.83º 0.97% 0.58% -
XYZ 12.82 22.56 3.82 -
YUV 106.87 70.51 96.71 -
System Red Green Blue C M Y K H S L
Decimal 63 149 5 0.58 0 0.97 0.42 95.83 0.94 0.3
Hex 3F 95 5 3A 0 61 2A 60 5E 1E
Octal 77 225 5 72 0 141 52 140 136 36
Binary 111111 10010101 101 111010 0 1100001 101010 1100000 1011110 11110

Color Harmonies of #3F9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9505

Black with #3F9505

Text Example


Text Example

White with #3F9505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,5); }

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

background-color css

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

 a { background-color: rgb(63,149,5); }

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

border-color css

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

 span { border-color: rgb(63,149,5); }

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