Html Css Color HEX #3F4019 Turtle Green

📋 copy color: '#3F4019'

red 63 ◦ green 64 ◦ blue 25

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

Shades of Turtle Green #3F4019

Tints of Turtle Green #3F4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 41.45%
G = 42.11%
B = 16.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#3F4019 (or 0x3F4019) is known color: Turtle Green. HEX triplet: 3F, 40 and 19. RGB value is (63,64,25). Sum of RGB (Red+Green+Blue) = 63+64+25=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4019 is #C0BFE6. Grayscale: #3B3B3B. Windows color (decimal): -12632039 or 1654847. OLE color: 1654847.

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

Color convert

RGB 63 64 25 -
CMYK 0.02 0 0.61 0.75
HSL 61.54º 0.44% 0.17% -
HSV(B) 61.54º 0.61% 0.25% -
XYZ 4.06 4.79 1.63 -
YUV 59.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 63 64 25 0.02 0 0.61 0.75 61.54 0.44 0.17
Hex 3F 40 19 2 0 3D 4B 3E 2C 11
Octal 77 100 31 2 0 75 113 76 54 21
Binary 111111 1000000 11001 10 0 111101 1001011 111110 101100 10001

Color Harmonies of #3F4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4019

Black with #3F4019

Text Example


Text Example

White with #3F4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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