Html Css Color HEX #3D451D Turtle Green

📋 copy color: '#3D451D'

red 61 ◦ green 69 ◦ blue 29

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

Shades of Turtle Green #3D451D

Tints of Turtle Green #3D451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 38.36%
G = 43.4%
B = 18.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#3D451D (or 0x3D451D) is known color: Turtle Green. HEX triplet: 3D, 45 and 1D. RGB value is (61,69,29). Sum of RGB (Red+Green+Blue) = 61+69+29=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #3D451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D451D is #C2BAE2. Grayscale: #3E3E3E. Windows color (decimal): -12761827 or 1918269. OLE color: 1918269.

HSL color Cylindrical-coordinate representation of color #3D451D: hue angle of 72º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D451D is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 69 29 -
CMYK 0.12 0 0.58 0.73
HSL 72º 0.41% 0.19% -
HSV(B) 72º 0.58% 0.27% -
XYZ 4.27 5.34 1.97 -
YUV 62.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 61 69 29 0.12 0 0.58 0.73 72 0.41 0.19
Hex 3D 45 1D C 0 3A 49 48 29 13
Octal 75 105 35 14 0 72 111 110 51 23
Binary 111101 1000101 11101 1100 0 111010 1001001 1001000 101001 10011

Color Harmonies of #3D451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D451D

Black with #3D451D

Text Example


Text Example

White with #3D451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,69,29); }

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

background-color css

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

 a { background-color: rgb(61,69,29); }

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

border-color css

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

 span { border-color: rgb(61,69,29); }

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