Html Css Color HEX #3D420F Turtle Green

📋 copy color: '#3D420F'

red 61 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #3D420F

Tints of Turtle Green #3D420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 42.96%
G = 46.48%
B = 10.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#3D420F (or 0x3D420F) is known color: Turtle Green. HEX triplet: 3D, 42 and 0F. RGB value is (61,66,15). Sum of RGB (Red+Green+Blue) = 61+66+15=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #3D420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D420F is #C2BDF0. Grayscale: #3A3A3A. Windows color (decimal): -12762609 or 999997. OLE color: 999997.

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

Color convert

RGB 61 66 15 -
CMYK 0.08 0 0.77 0.74
HSL 65.88º 0.63% 0.16% -
HSV(B) 65.88º 0.77% 0.26% -
XYZ 3.96 4.92 1.19 -
YUV 58.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 61 66 15 0.08 0 0.77 0.74 65.88 0.63 0.16
Hex 3D 42 F 8 0 4D 4A 42 3F 10
Octal 75 102 17 10 0 115 112 102 77 20
Binary 111101 1000010 1111 1000 0 1001101 1001010 1000010 111111 10000

Color Harmonies of #3D420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D420F

Black with #3D420F

Text Example


Text Example

White with #3D420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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