Html Css Color HEX #3F4412 Turtle Green

📋 copy color: '#3F4412'

red 63 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #3F4412

Tints of Turtle Green #3F4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.64%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 42.28%
G = 45.64%
B = 12.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#3F4412 (or 0x3F4412) is known color: Turtle Green. HEX triplet: 3F, 44 and 12. RGB value is (63,68,18). Sum of RGB (Red+Green+Blue) = 63+68+18=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4412 is #C0BBED. Grayscale: #3C3C3C. Windows color (decimal): -12631022 or 1197119. OLE color: 1197119.

HSL color Cylindrical-coordinate representation of color #3F4412: hue angle of 66º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F4412 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 68 18 -
CMYK 0.07 0 0.74 0.73
HSL 66º 0.58% 0.17% -
HSV(B) 66º 0.74% 0.27% -
XYZ 4.23 5.23 1.36 -
YUV 60.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 63 68 18 0.07 0 0.74 0.73 66 0.58 0.17
Hex 3F 44 12 7 0 4A 49 42 3A 11
Octal 77 104 22 7 0 112 111 102 72 21
Binary 111111 1000100 10010 111 0 1001010 1001001 1000010 111010 10001

Color Harmonies of #3F4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4412

Black with #3F4412

Text Example


Text Example

White with #3F4412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,18); }

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

background-color css

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

 a { background-color: rgb(63,68,18); }

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

border-color css

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

 span { border-color: rgb(63,68,18); }

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