Html Css Color HEX #3D440F Turtle Green

📋 copy color: '#3D440F'

red 61 ◦ green 68 ◦ blue 15

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

Shades of Turtle Green #3D440F

Tints of Turtle Green #3D440F

RGB

 RED value IS 61 (24.22% from 255) = 42.36%

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

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

R = 42.36%
G = 47.22%
B = 10.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#3D440F (or 0x3D440F) is known color: Turtle Green. HEX triplet: 3D, 44 and 0F. RGB value is (61,68,15). Sum of RGB (Red+Green+Blue) = 61+68+15=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #3D440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D440F is #C2BBF0. Grayscale: #3C3C3C. Windows color (decimal): -12762097 or 1000509. OLE color: 1000509.

HSL color Cylindrical-coordinate representation of color #3D440F: hue angle of 67.92º 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 #3D440F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 68 15 -
CMYK 0.10 0 0.78 0.73
HSL 67.92º 0.64% 0.16% -
HSV(B) 67.92º 0.78% 0.27% -
XYZ 4.08 5.16 1.23 -
YUV 59.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 61 68 15 0.10 0 0.78 0.73 67.92 0.64 0.16
Hex 3D 44 F A 0 4E 49 44 40 10
Octal 75 104 17 12 0 116 111 104 100 20
Binary 111101 1000100 1111 1010 0 1001110 1001001 1000100 1000000 10000

Color Harmonies of #3D440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D440F

Black with #3D440F

Text Example


Text Example

White with #3D440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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