Html Css Color HEX #3F4012 Turtle Green

📋 copy color: '#3F4012'

red 63 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #3F4012

Tints of Turtle Green #3F4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

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

R = 43.45%
G = 44.14%
B = 12.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#3F4012 (or 0x3F4012) is known color: Turtle Green. HEX triplet: 3F, 40 and 12. RGB value is (63,64,18). Sum of RGB (Red+Green+Blue) = 63+64+18=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4012 is #C0BFED. Grayscale: #3A3A3A. Windows color (decimal): -12632046 or 1196095. OLE color: 1196095.

HSL color Cylindrical-coordinate representation of color #3F4012: hue angle of 61.3º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F4012 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 64 18 -
CMYK 0.02 0 0.72 0.75
HSL 61.3º 0.56% 0.16% -
HSV(B) 61.3º 0.72% 0.25% -
XYZ 3.99 4.77 1.28 -
YUV 58.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 63 64 18 0.02 0 0.72 0.75 61.3 0.56 0.16
Hex 3F 40 12 2 0 48 4B 3D 38 10
Octal 77 100 22 2 0 110 113 75 70 20
Binary 111111 1000000 10010 10 0 1001000 1001011 111101 111000 10000

Color Harmonies of #3F4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4012

Black with #3F4012

Text Example


Text Example

White with #3F4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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