Html Css Color HEX #3D4321 Turtle Green

📋 copy color: '#3D4321'

red 61 ◦ green 67 ◦ blue 33

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

Shades of Turtle Green #3D4321

Tints of Turtle Green #3D4321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

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

R = 37.89%
G = 41.61%
B = 20.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#3D4321 (or 0x3D4321) is known color: Turtle Green. HEX triplet: 3D, 43 and 21. RGB value is (61,67,33). Sum of RGB (Red+Green+Blue) = 61+67+33=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4321 is #C2BCDE. Grayscale: #3D3D3D. Windows color (decimal): -12762335 or 2179901. OLE color: 2179901.

HSL color Cylindrical-coordinate representation of color #3D4321: hue angle of 70.59º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D4321 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 61 67 33 -
CMYK 0.09 0 0.51 0.74
HSL 70.59º 0.34% 0.2% -
HSV(B) 70.59º 0.51% 0.26% -
XYZ 4.21 5.12 2.2 -
YUV 61.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 61 67 33 0.09 0 0.51 0.74 70.59 0.34 0.2
Hex 3D 43 21 9 0 33 4A 47 22 14
Octal 75 103 41 11 0 63 112 107 42 24
Binary 111101 1000011 100001 1001 0 110011 1001010 1000111 100010 10100

Color Harmonies of #3D4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4321

Black with #3D4321

Text Example


Text Example

White with #3D4321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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