Html Css Color HEX #3D4521 Turtle Green

📋 copy color: '#3D4521'

red 61 ◦ green 69 ◦ blue 33

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

Shades of Turtle Green #3D4521

Tints of Turtle Green #3D4521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 37.42%
G = 42.33%
B = 20.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#3D4521 (or 0x3D4521) is known color: Turtle Green. HEX triplet: 3D, 45 and 21. RGB value is (61,69,33). Sum of RGB (Red+Green+Blue) = 61+69+33=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4521 is #C2BADE. Grayscale: #3E3E3E. Windows color (decimal): -12761823 or 2180413. OLE color: 2180413.

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

Color convert

RGB 61 69 33 -
CMYK 0.12 0 0.52 0.73
HSL 73.33º 0.35% 0.2% -
HSV(B) 73.33º 0.52% 0.27% -
XYZ 4.33 5.36 2.25 -
YUV 62.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 61 69 33 0.12 0 0.52 0.73 73.33 0.35 0.2
Hex 3D 45 21 C 0 34 49 49 23 14
Octal 75 105 41 14 0 64 111 111 43 24
Binary 111101 1000101 100001 1100 0 110100 1001001 1001001 100011 10100

Color Harmonies of #3D4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4521

Black with #3D4521

Text Example


Text Example

White with #3D4521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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