Html Css Color HEX #3D4004 Turtle Green

📋 copy color: '#3D4004'

red 61 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #3D4004

Tints of Turtle Green #3D4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.61%

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

R = 47.29%
G = 49.61%
B = 3.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3D4004 (or 0x3D4004) is known color: Turtle Green. HEX triplet: 3D, 40 and 04. RGB value is (61,64,4). Sum of RGB (Red+Green+Blue) = 61+64+4=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4004 is #C2BFFB. Grayscale: #383838. Windows color (decimal): -12763132 or 278589. OLE color: 278589.

HSL color Cylindrical-coordinate representation of color #3D4004: hue angle of 63º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D4004 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 64 4 -
CMYK 0.05 0 0.94 0.75
HSL 63º 0.88% 0.13% -
HSV(B) 63º 0.94% 0.25% -
XYZ 3.78 4.67 0.82 -
YUV 56.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 61 64 4 0.05 0 0.94 0.75 63 0.88 0.13
Hex 3D 40 4 5 0 5E 4B 3F 58 D
Octal 75 100 4 5 0 136 113 77 130 15
Binary 111101 1000000 100 101 0 1011110 1001011 111111 1011000 1101

Color Harmonies of #3D4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4004

Black with #3D4004

Text Example


Text Example

White with #3D4004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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