Html Css Color HEX #3F440F Turtle Green

📋 copy color: '#3F440F'

red 63 ◦ green 68 ◦ blue 15

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

Shades of Turtle Green #3F440F

Tints of Turtle Green #3F440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 43.15%
G = 46.58%
B = 10.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#3F440F (or 0x3F440F) is known color: Turtle Green. HEX triplet: 3F, 44 and 0F. RGB value is (63,68,15). Sum of RGB (Red+Green+Blue) = 63+68+15=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #3F440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F440F is #C0BBF0. Grayscale: #3C3C3C. Windows color (decimal): -12631025 or 1000511. OLE color: 1000511.

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

Color convert

RGB 63 68 15 -
CMYK 0.07 0 0.78 0.73
HSL 65.66º 0.64% 0.16% -
HSV(B) 65.66º 0.78% 0.27% -
XYZ 4.2 5.23 1.24 -
YUV 60.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 63 68 15 0.07 0 0.78 0.73 65.66 0.64 0.16
Hex 3F 44 F 7 0 4E 49 42 40 10
Octal 77 104 17 7 0 116 111 102 100 20
Binary 111111 1000100 1111 111 0 1001110 1001001 1000010 1000000 10000

Color Harmonies of #3F440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F440F

Black with #3F440F

Text Example


Text Example

White with #3F440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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