Html Css Color HEX #3F4313 Turtle Green

📋 copy color: '#3F4313'

red 63 ◦ green 67 ◦ blue 19

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

Shades of Turtle Green #3F4313

Tints of Turtle Green #3F4313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 42.28%
G = 44.97%
B = 12.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#3F4313 (or 0x3F4313) is known color: Turtle Green. HEX triplet: 3F, 43 and 13. RGB value is (63,67,19). Sum of RGB (Red+Green+Blue) = 63+67+19=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4313 is #C0BCEC. Grayscale: #3C3C3C. Windows color (decimal): -12631277 or 1262399. OLE color: 1262399.

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

Color convert

RGB 63 67 19 -
CMYK 0.06 0 0.72 0.74
HSL 65º 0.56% 0.17% -
HSV(B) 65º 0.72% 0.26% -
XYZ 4.17 5.12 1.38 -
YUV 60.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 63 67 19 0.06 0 0.72 0.74 65 0.56 0.17
Hex 3F 43 13 6 0 48 4A 41 38 11
Octal 77 103 23 6 0 110 112 101 70 21
Binary 111111 1000011 10011 110 0 1001000 1001010 1000001 111000 10001

Color Harmonies of #3F4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4313

Black with #3F4313

Text Example


Text Example

White with #3F4313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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