Html Css Color HEX #3F400A Turtle Green

📋 copy color: '#3F400A'

red 63 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #3F400A

Tints of Turtle Green #3F400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.3%

R = 45.99%
G = 46.72%
B = 7.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#3F400A (or 0x3F400A) is known color: Turtle Green. HEX triplet: 3F, 40 and 0A. RGB value is (63,64,10). Sum of RGB (Red+Green+Blue) = 63+64+10=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #3F400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F400A is #C0BFF5. Grayscale: #393939. Windows color (decimal): -12632054 or 671807. OLE color: 671807.

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

Color convert

RGB 63 64 10 -
CMYK 0.02 0 0.84 0.75
HSL 61.11º 0.73% 0.15% -
HSV(B) 61.11º 0.84% 0.25% -
XYZ 3.94 4.75 1 -
YUV 57.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 63 64 10 0.02 0 0.84 0.75 61.11 0.73 0.15
Hex 3F 40 A 2 0 54 4B 3D 49 F
Octal 77 100 12 2 0 124 113 75 111 17
Binary 111111 1000000 1010 10 0 1010100 1001011 111101 1001001 1111

Color Harmonies of #3F400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F400A

Black with #3F400A

Text Example


Text Example

White with #3F400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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