Html Css Color HEX #3D470D Turtle Green

📋 copy color: '#3D470D'

red 61 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #3D470D

Tints of Turtle Green #3D470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 42.07%
G = 48.97%
B = 8.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3D470D (or 0x3D470D) is known color: Turtle Green. HEX triplet: 3D, 47 and 0D. RGB value is (61,71,13). Sum of RGB (Red+Green+Blue) = 61+71+13=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #3D470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D470D is #C2B8F2. Grayscale: #3D3D3D. Windows color (decimal): -12761331 or 870205. OLE color: 870205.

HSL color Cylindrical-coordinate representation of color #3D470D: hue angle of 70.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D470D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 71 13 -
CMYK 0.14 0 0.82 0.72
HSL 70.34º 0.69% 0.16% -
HSV(B) 70.34º 0.82% 0.28% -
XYZ 4.25 5.53 1.22 -
YUV 61.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 61 71 13 0.14 0 0.82 0.72 70.34 0.69 0.16
Hex 3D 47 D E 0 52 48 46 45 10
Octal 75 107 15 16 0 122 110 106 105 20
Binary 111101 1000111 1101 1110 0 1010010 1001000 1000110 1000101 10000

Color Harmonies of #3D470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D470D

Black with #3D470D

Text Example


Text Example

White with #3D470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,71,13); }

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

background-color css

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

 a { background-color: rgb(61,71,13); }

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

border-color css

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

 span { border-color: rgb(61,71,13); }

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