Html Css Color HEX #3F421F Turtle Green

📋 copy color: '#3F421F'

red 63 ◦ green 66 ◦ blue 31

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

Shades of Turtle Green #3F421F

Tints of Turtle Green #3F421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 39.38%
G = 41.25%
B = 19.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#3F421F (or 0x3F421F) is known color: Turtle Green. HEX triplet: 3F, 42 and 1F. RGB value is (63,66,31). Sum of RGB (Red+Green+Blue) = 63+66+31=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #3F421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F421F is #C0BDE0. Grayscale: #3D3D3D. Windows color (decimal): -12631521 or 2048575. OLE color: 2048575.

HSL color Cylindrical-coordinate representation of color #3F421F: hue angle of 65.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F421F is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 66 31 -
CMYK 0.05 0 0.53 0.74
HSL 65.14º 0.36% 0.19% -
HSV(B) 65.14º 0.53% 0.26% -
XYZ 4.25 5.05 2.05 -
YUV 61.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 63 66 31 0.05 0 0.53 0.74 65.14 0.36 0.19
Hex 3F 42 1F 5 0 35 4A 41 24 13
Octal 77 102 37 5 0 65 112 101 44 23
Binary 111111 1000010 11111 101 0 110101 1001010 1000001 100100 10011

Color Harmonies of #3F421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F421F

Black with #3F421F

Text Example


Text Example

White with #3F421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,31); }

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

background-color css

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

 a { background-color: rgb(63,66,31); }

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

border-color css

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

 span { border-color: rgb(63,66,31); }

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