Html Css Color HEX #3F440D Turtle Green

📋 copy color: '#3F440D'

red 63 ◦ green 68 ◦ blue 13

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

Shades of Turtle Green #3F440D

Tints of Turtle Green #3F440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

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

R = 43.75%
G = 47.22%
B = 9.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#3F440D (or 0x3F440D) is known color: Turtle Green. HEX triplet: 3F, 44 and 0D. RGB value is (63,68,13). Sum of RGB (Red+Green+Blue) = 63+68+13=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #3F440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F440D is #C0BBF2. Grayscale: #3C3C3C. Windows color (decimal): -12631027 or 869439. OLE color: 869439.

HSL color Cylindrical-coordinate representation of color #3F440D: hue angle of 65.45º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F440D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 68 13 -
CMYK 0.07 0 0.81 0.73
HSL 65.45º 0.68% 0.16% -
HSV(B) 65.45º 0.81% 0.27% -
XYZ 4.19 5.22 1.17 -
YUV 60.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 63 68 13 0.07 0 0.81 0.73 65.45 0.68 0.16
Hex 3F 44 D 7 0 51 49 41 44 10
Octal 77 104 15 7 0 121 111 101 104 20
Binary 111111 1000100 1101 111 0 1010001 1001001 1000001 1000100 10000

Color Harmonies of #3F440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F440D

Black with #3F440D

Text Example


Text Example

White with #3F440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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