Html Css Color HEX #3F4016 Turtle Green

📋 copy color: '#3F4016'

red 63 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #3F4016

Tints of Turtle Green #3F4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.95%

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 42.28%
G = 42.95%
B = 14.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#3F4016 (or 0x3F4016) is known color: Turtle Green. HEX triplet: 3F, 40 and 16. RGB value is (63,64,22). Sum of RGB (Red+Green+Blue) = 63+64+22=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4016 is #C0BFE9. Grayscale: #3B3B3B. Windows color (decimal): -12632042 or 1458239. OLE color: 1458239.

HSL color Cylindrical-coordinate representation of color #3F4016: hue angle of 61.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F4016 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 64 22 -
CMYK 0.02 0 0.66 0.75
HSL 61.43º 0.49% 0.17% -
HSV(B) 61.43º 0.66% 0.25% -
XYZ 4.03 4.78 1.47 -
YUV 58.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 63 64 22 0.02 0 0.66 0.75 61.43 0.49 0.17
Hex 3F 40 16 2 0 42 4B 3D 31 11
Octal 77 100 26 2 0 102 113 75 61 21
Binary 111111 1000000 10110 10 0 1000010 1001011 111101 110001 10001

Color Harmonies of #3F4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4016

Black with #3F4016

Text Example


Text Example

White with #3F4016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,64,22); }

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

background-color css

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

 a { background-color: rgb(63,64,22); }

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

border-color css

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

 span { border-color: rgb(63,64,22); }

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