Html Css Color HEX #3F400D Turtle Green

📋 copy color: '#3F400D'

red 63 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #3F400D

Tints of Turtle Green #3F400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 45%
G = 45.71%
B = 9.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#3F400D (or 0x3F400D) is known color: Turtle Green. HEX triplet: 3F, 40 and 0D. RGB value is (63,64,13). Sum of RGB (Red+Green+Blue) = 63+64+13=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #3F400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F400D is #C0BFF2. Grayscale: #3A3A3A. Windows color (decimal): -12632051 or 868415. OLE color: 868415.

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

Color convert

RGB 63 64 13 -
CMYK 0.02 0 0.80 0.75
HSL 61.18º 0.66% 0.15% -
HSV(B) 61.18º 0.8% 0.25% -
XYZ 3.96 4.75 1.09 -
YUV 57.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 63 64 13 0.02 0 0.80 0.75 61.18 0.66 0.15
Hex 3F 40 D 2 0 50 4B 3D 42 F
Octal 77 100 15 2 0 120 113 75 102 17
Binary 111111 1000000 1101 10 0 1010000 1001011 111101 1000010 1111

Color Harmonies of #3F400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F400D

Black with #3F400D

Text Example


Text Example

White with #3F400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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