Html Css Color HEX #3F461B Turtle Green

📋 copy color: '#3F461B'

red 63 ◦ green 70 ◦ blue 27

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

Shades of Turtle Green #3F461B

Tints of Turtle Green #3F461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.75%

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

R = 39.38%
G = 43.75%
B = 16.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#3F461B (or 0x3F461B) is known color: Turtle Green. HEX triplet: 3F, 46 and 1B. RGB value is (63,70,27). Sum of RGB (Red+Green+Blue) = 63+70+27=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #3F461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F461B is #C0B9E4. Grayscale: #3F3F3F. Windows color (decimal): -12630501 or 1787455. OLE color: 1787455.

HSL color Cylindrical-coordinate representation of color #3F461B: hue angle of 69.77º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F461B is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 27 -
CMYK 0.10 0 0.61 0.73
HSL 69.77º 0.44% 0.19% -
HSV(B) 69.77º 0.61% 0.27% -
XYZ 4.44 5.52 1.87 -
YUV 63.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 63 70 27 0.10 0 0.61 0.73 69.77 0.44 0.19
Hex 3F 46 1B A 0 3D 49 46 2C 13
Octal 77 106 33 12 0 75 111 106 54 23
Binary 111111 1000110 11011 1010 0 111101 1001001 1000110 101100 10011

Color Harmonies of #3F461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F461B

Black with #3F461B

Text Example


Text Example

White with #3F461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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