Html Css Color HEX #3F400C Turtle Green

📋 copy color: '#3F400C'

red 63 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #3F400C

Tints of Turtle Green #3F400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 45.32%
G = 46.04%
B = 8.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F400C (or 0x3F400C) is known color: Turtle Green. HEX triplet: 3F, 40 and 0C. RGB value is (63,64,12). Sum of RGB (Red+Green+Blue) = 63+64+12=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #3F400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F400C is #C0BFF3. Grayscale: #393939. Windows color (decimal): -12632052 or 802879. OLE color: 802879.

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

Color convert

RGB 63 64 12 -
CMYK 0.02 0 0.81 0.75
HSL 61.15º 0.68% 0.15% -
HSV(B) 61.15º 0.81% 0.25% -
XYZ 3.95 4.75 1.06 -
YUV 57.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 63 64 12 0.02 0 0.81 0.75 61.15 0.68 0.15
Hex 3F 40 C 2 0 51 4B 3D 44 F
Octal 77 100 14 2 0 121 113 75 104 17
Binary 111111 1000000 1100 10 0 1010001 1001011 111101 1000100 1111

Color Harmonies of #3F400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F400C

Black with #3F400C

Text Example


Text Example

White with #3F400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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