Html Css Color HEX #3F411A Turtle Green

📋 copy color: '#3F411A'

red 63 ◦ green 65 ◦ blue 26

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

Shades of Turtle Green #3F411A

Tints of Turtle Green #3F411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

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

R = 40.91%
G = 42.21%
B = 16.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F411A (or 0x3F411A) is known color: Turtle Green. HEX triplet: 3F, 41 and 1A. RGB value is (63,65,26). Sum of RGB (Red+Green+Blue) = 63+65+26=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3F411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F411A is #C0BEE5. Grayscale: #3C3C3C. Windows color (decimal): -12631782 or 1720639. OLE color: 1720639.

HSL color Cylindrical-coordinate representation of color #3F411A: hue angle of 63.08º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F411A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 65 26 -
CMYK 0.03 0 0.60 0.75
HSL 63.08º 0.43% 0.18% -
HSV(B) 63.08º 0.6% 0.25% -
XYZ 4.13 4.91 1.71 -
YUV 59.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 63 65 26 0.03 0 0.60 0.75 63.08 0.43 0.18
Hex 3F 41 1A 3 0 3C 4B 3F 2B 12
Octal 77 101 32 3 0 74 113 77 53 22
Binary 111111 1000001 11010 11 0 111100 1001011 111111 101011 10010

Color Harmonies of #3F411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F411A

Black with #3F411A

Text Example


Text Example

White with #3F411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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