Html Css Color HEX #3D4816 Turtle Green

📋 copy color: '#3D4816'

red 61 ◦ green 72 ◦ blue 22

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

Shades of Turtle Green #3D4816

Tints of Turtle Green #3D4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 39.35%
G = 46.45%
B = 14.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#3D4816 (or 0x3D4816) is known color: Turtle Green. HEX triplet: 3D, 48 and 16. RGB value is (61,72,22). Sum of RGB (Red+Green+Blue) = 61+72+22=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4816 is #C2B7E9. Grayscale: #3F3F3F. Windows color (decimal): -12761066 or 1460285. OLE color: 1460285.

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

Color convert

RGB 61 72 22 -
CMYK 0.15 0 0.69 0.72
HSL 73.2º 0.53% 0.18% -
HSV(B) 73.2º 0.69% 0.28% -
XYZ 4.39 5.68 1.63 -
YUV 63.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 61 72 22 0.15 0 0.69 0.72 73.2 0.53 0.18
Hex 3D 48 16 F 0 45 48 49 35 12
Octal 75 110 26 17 0 105 110 111 65 22
Binary 111101 1001000 10110 1111 0 1000101 1001000 1001001 110101 10010

Color Harmonies of #3D4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4816

Black with #3D4816

Text Example


Text Example

White with #3D4816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,22); }

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

background-color css

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

 a { background-color: rgb(61,72,22); }

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

border-color css

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

 span { border-color: rgb(61,72,22); }

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