Html Css Color HEX #3F4208 Turtle Green

📋 copy color: '#3F4208'

red 63 ◦ green 66 ◦ blue 8

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

Shades of Turtle Green #3F4208

Tints of Turtle Green #3F4208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 45.99%
G = 48.18%
B = 5.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#3F4208 (or 0x3F4208) is known color: Turtle Green. HEX triplet: 3F, 42 and 08. RGB value is (63,66,8). Sum of RGB (Red+Green+Blue) = 63+66+8=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4208 is #C0BDF7. Grayscale: #3A3A3A. Windows color (decimal): -12631544 or 541247. OLE color: 541247.

HSL color Cylindrical-coordinate representation of color #3F4208: hue angle of 63.1º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F4208 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 66 8 -
CMYK 0.05 0 0.88 0.74
HSL 63.1º 0.78% 0.15% -
HSV(B) 63.1º 0.88% 0.26% -
XYZ 4.04 4.97 0.98 -
YUV 58.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 63 66 8 0.05 0 0.88 0.74 63.1 0.78 0.15
Hex 3F 42 8 5 0 58 4A 3F 4E F
Octal 77 102 10 5 0 130 112 77 116 17
Binary 111111 1000010 1000 101 0 1011000 1001010 111111 1001110 1111

Color Harmonies of #3F4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4208

Black with #3F4208

Text Example


Text Example

White with #3F4208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,8); }

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

background-color css

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

 a { background-color: rgb(63,66,8); }

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

border-color css

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

 span { border-color: rgb(63,66,8); }

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