Html Css Color HEX #3F4312 Turtle Green

📋 copy color: '#3F4312'

red 63 ◦ green 67 ◦ blue 18

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

Shades of Turtle Green #3F4312

Tints of Turtle Green #3F4312

RGB

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

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

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

R = 42.57%
G = 45.27%
B = 12.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#3F4312 (or 0x3F4312) is known color: Turtle Green. HEX triplet: 3F, 43 and 12. RGB value is (63,67,18). Sum of RGB (Red+Green+Blue) = 63+67+18=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4312 is #C0BCED. Grayscale: #3C3C3C. Windows color (decimal): -12631278 or 1196863. OLE color: 1196863.

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

Color convert

RGB 63 67 18 -
CMYK 0.06 0 0.73 0.74
HSL 64.9º 0.58% 0.17% -
HSV(B) 64.9º 0.73% 0.26% -
XYZ 4.17 5.11 1.34 -
YUV 60.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 63 67 18 0.06 0 0.73 0.74 64.9 0.58 0.17
Hex 3F 43 12 6 0 49 4A 41 3A 11
Octal 77 103 22 6 0 111 112 101 72 21
Binary 111111 1000011 10010 110 0 1001001 1001010 1000001 111010 10001

Color Harmonies of #3F4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4312

Black with #3F4312

Text Example


Text Example

White with #3F4312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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