Html Css Color HEX #3D4812 Turtle Green

📋 copy color: '#3D4812'

red 61 ◦ green 72 ◦ blue 18

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

Shades of Turtle Green #3D4812

Tints of Turtle Green #3D4812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 40.4%
G = 47.68%
B = 11.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#3D4812 (or 0x3D4812) is known color: Turtle Green. HEX triplet: 3D, 48 and 12. RGB value is (61,72,18). Sum of RGB (Red+Green+Blue) = 61+72+18=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4812 is #C2B7ED. Grayscale: #3E3E3E. Windows color (decimal): -12761070 or 1198141. OLE color: 1198141.

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

Color convert

RGB 61 72 18 -
CMYK 0.15 0 0.75 0.72
HSL 72.22º 0.6% 0.18% -
HSV(B) 72.22º 0.75% 0.28% -
XYZ 4.35 5.67 1.44 -
YUV 62.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 61 72 18 0.15 0 0.75 0.72 72.22 0.6 0.18
Hex 3D 48 12 F 0 4B 48 48 3C 12
Octal 75 110 22 17 0 113 110 110 74 22
Binary 111101 1001000 10010 1111 0 1001011 1001000 1001000 111100 10010

Color Harmonies of #3D4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4812

Black with #3D4812

Text Example


Text Example

White with #3D4812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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