Html Css Color HEX #3F4411 Turtle Green

📋 copy color: '#3F4411'

red 63 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #3F4411

Tints of Turtle Green #3F4411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 42.57%
G = 45.95%
B = 11.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#3F4411 (or 0x3F4411) is known color: Turtle Green. HEX triplet: 3F, 44 and 11. RGB value is (63,68,17). Sum of RGB (Red+Green+Blue) = 63+68+17=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4411 is #C0BBEE. Grayscale: #3C3C3C. Windows color (decimal): -12631023 or 1131583. OLE color: 1131583.

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

Color convert

RGB 63 68 17 -
CMYK 0.07 0 0.75 0.73
HSL 65.88º 0.6% 0.17% -
HSV(B) 65.88º 0.75% 0.27% -
XYZ 4.22 5.23 1.32 -
YUV 60.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 63 68 17 0.07 0 0.75 0.73 65.88 0.6 0.17
Hex 3F 44 11 7 0 4B 49 42 3C 11
Octal 77 104 21 7 0 113 111 102 74 21
Binary 111111 1000100 10001 111 0 1001011 1001001 1000010 111100 10001

Color Harmonies of #3F4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4411

Black with #3F4411

Text Example


Text Example

White with #3F4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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