Html Css Color HEX #3D431C Turtle Green

📋 copy color: '#3D431C'

red 61 ◦ green 67 ◦ blue 28

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

Shades of Turtle Green #3D431C

Tints of Turtle Green #3D431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 39.1%
G = 42.95%
B = 17.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#3D431C (or 0x3D431C) is known color: Turtle Green. HEX triplet: 3D, 43 and 1C. RGB value is (61,67,28). Sum of RGB (Red+Green+Blue) = 61+67+28=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #3D431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D431C is #C2BCE3. Grayscale: #3C3C3C. Windows color (decimal): -12762340 or 1852221. OLE color: 1852221.

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

Color convert

RGB 61 67 28 -
CMYK 0.09 0 0.58 0.74
HSL 69.23º 0.41% 0.19% -
HSV(B) 69.23º 0.58% 0.26% -
XYZ 4.14 5.09 1.86 -
YUV 60.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 61 67 28 0.09 0 0.58 0.74 69.23 0.41 0.19
Hex 3D 43 1C 9 0 3A 4A 45 29 13
Octal 75 103 34 11 0 72 112 105 51 23
Binary 111101 1000011 11100 1001 0 111010 1001010 1000101 101001 10011

Color Harmonies of #3D431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D431C

Black with #3D431C

Text Example


Text Example

White with #3D431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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