Html Css Color HEX #3F471A Turtle Green

📋 copy color: '#3F471A'

red 63 ◦ green 71 ◦ blue 26

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

Shades of Turtle Green #3F471A

Tints of Turtle Green #3F471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.38%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 39.38%
G = 44.38%
B = 16.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#3F471A (or 0x3F471A) is known color: Turtle Green. HEX triplet: 3F, 47 and 1A. RGB value is (63,71,26). Sum of RGB (Red+Green+Blue) = 63+71+26=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #3F471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F471A is #C0B8E5. Grayscale: #3F3F3F. Windows color (decimal): -12630246 or 1722175. OLE color: 1722175.

HSL color Cylindrical-coordinate representation of color #3F471A: hue angle of 70.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F471A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 71 26 -
CMYK 0.11 0 0.63 0.72
HSL 70.67º 0.46% 0.19% -
HSV(B) 70.67º 0.63% 0.28% -
XYZ 4.49 5.64 1.83 -
YUV 63.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 63 71 26 0.11 0 0.63 0.72 70.67 0.46 0.19
Hex 3F 47 1A B 0 3F 48 47 2E 13
Octal 77 107 32 13 0 77 110 107 56 23
Binary 111111 1000111 11010 1011 0 111111 1001000 1000111 101110 10011

Color Harmonies of #3F471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F471A

Black with #3F471A

Text Example


Text Example

White with #3F471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,26); }

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

background-color css

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

 a { background-color: rgb(63,71,26); }

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

border-color css

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

 span { border-color: rgb(63,71,26); }

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