Html Css Color HEX #3F411B Turtle Green

📋 copy color: '#3F411B'

red 63 ◦ green 65 ◦ blue 27

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

Shades of Turtle Green #3F411B

Tints of Turtle Green #3F411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 40.65%
G = 41.94%
B = 17.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#3F411B (or 0x3F411B) is known color: Turtle Green. HEX triplet: 3F, 41 and 1B. RGB value is (63,65,27). Sum of RGB (Red+Green+Blue) = 63+65+27=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #3F411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F411B is #C0BEE4. Grayscale: #3C3C3C. Windows color (decimal): -12631781 or 1786175. OLE color: 1786175.

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

Color convert

RGB 63 65 27 -
CMYK 0.03 0 0.58 0.75
HSL 63.16º 0.41% 0.18% -
HSV(B) 63.16º 0.58% 0.25% -
XYZ 4.14 4.92 1.77 -
YUV 60.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 63 65 27 0.03 0 0.58 0.75 63.16 0.41 0.18
Hex 3F 41 1B 3 0 3A 4B 3F 29 12
Octal 77 101 33 3 0 72 113 77 51 22
Binary 111111 1000001 11011 11 0 111010 1001011 111111 101001 10010

Color Harmonies of #3F411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F411B

Black with #3F411B

Text Example


Text Example

White with #3F411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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