Html Css Color HEX #3F4310 Turtle Green

📋 copy color: '#3F4310'

red 63 ◦ green 67 ◦ blue 16

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

Shades of Turtle Green #3F4310

Tints of Turtle Green #3F4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 43.15%
G = 45.89%
B = 10.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#3F4310 (or 0x3F4310) is known color: Turtle Green. HEX triplet: 3F, 43 and 10. RGB value is (63,67,16). Sum of RGB (Red+Green+Blue) = 63+67+16=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4310 is #C0BCEF. Grayscale: #3C3C3C. Windows color (decimal): -12631280 or 1065791. OLE color: 1065791.

HSL color Cylindrical-coordinate representation of color #3F4310: hue angle of 64.71º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F4310 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 16 -
CMYK 0.06 0 0.76 0.74
HSL 64.71º 0.61% 0.16% -
HSV(B) 64.71º 0.76% 0.26% -
XYZ 4.15 5.11 1.26 -
YUV 59.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 63 67 16 0.06 0 0.76 0.74 64.71 0.61 0.16
Hex 3F 43 10 6 0 4C 4A 41 3D 10
Octal 77 103 20 6 0 114 112 101 75 20
Binary 111111 1000011 10000 110 0 1001100 1001010 1000001 111101 10000

Color Harmonies of #3F4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4310

Black with #3F4310

Text Example


Text Example

White with #3F4310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,16); }

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

background-color css

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

 a { background-color: rgb(63,67,16); }

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

border-color css

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

 span { border-color: rgb(63,67,16); }

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