Html Css Color HEX #3D4304 Turtle Green

📋 copy color: '#3D4304'

red 61 ◦ green 67 ◦ blue 4

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

Shades of Turtle Green #3D4304

Tints of Turtle Green #3D4304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 46.21%
G = 50.76%
B = 3.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#3D4304 (or 0x3D4304) is known color: Turtle Green. HEX triplet: 3D, 43 and 04. RGB value is (61,67,4). Sum of RGB (Red+Green+Blue) = 61+67+4=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4304 is #C2BCFB. Grayscale: #3A3A3A. Windows color (decimal): -12762364 or 279357. OLE color: 279357.

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

Color convert

RGB 61 67 4 -
CMYK 0.09 0 0.94 0.74
HSL 65.71º 0.89% 0.14% -
HSV(B) 65.71º 0.94% 0.26% -
XYZ 3.95 5.02 0.87 -
YUV 58.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 61 67 4 0.09 0 0.94 0.74 65.71 0.89 0.14
Hex 3D 43 4 9 0 5E 4A 42 59 E
Octal 75 103 4 11 0 136 112 102 131 16
Binary 111101 1000011 100 1001 0 1011110 1001010 1000010 1011001 1110

Color Harmonies of #3D4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4304

Black with #3D4304

Text Example


Text Example

White with #3D4304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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