Html Css Color HEX #3D4201 Turtle Green

📋 copy color: '#3D4201'

red 61 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #3D4201

Tints of Turtle Green #3D4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.56%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 47.66%
G = 51.56%
B = 0.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#3D4201 (or 0x3D4201) is known color: Turtle Green. HEX triplet: 3D, 42 and 01. RGB value is (61,66,1). Sum of RGB (Red+Green+Blue) = 61+66+1=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #3D4201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4201 is #C2BDFE. Grayscale: #393939. Windows color (decimal): -12762623 or 82493. OLE color: 82493.

HSL color Cylindrical-coordinate representation of color #3D4201: hue angle of 64.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D4201 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 61 66 1 -
CMYK 0.08 0 0.98 0.74
HSL 64.62º 0.97% 0.13% -
HSV(B) 64.62º 0.98% 0.26% -
XYZ 3.88 4.89 0.77 -
YUV 57.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 61 66 1 0.08 0 0.98 0.74 64.62 0.97 0.13
Hex 3D 42 1 8 0 62 4A 41 61 D
Octal 75 102 1 10 0 142 112 101 141 15
Binary 111101 1000010 1 1000 0 1100010 1001010 1000001 1100001 1101

Color Harmonies of #3D4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4201

Black with #3D4201

Text Example


Text Example

White with #3D4201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,66,1); }

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

background-color css

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

 a { background-color: rgb(61,66,1); }

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

border-color css

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

 span { border-color: rgb(61,66,1); }

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