Html Css Color HEX #3D431E Turtle Green

📋 copy color: '#3D431E'

red 61 ◦ green 67 ◦ blue 30

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

Shades of Turtle Green #3D431E

Tints of Turtle Green #3D431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 38.61%
G = 42.41%
B = 18.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#3D431E (or 0x3D431E) is known color: Turtle Green. HEX triplet: 3D, 43 and 1E. RGB value is (61,67,30). Sum of RGB (Red+Green+Blue) = 61+67+30=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #3D431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D431E is #C2BCE1. Grayscale: #3D3D3D. Windows color (decimal): -12762338 or 1983293. OLE color: 1983293.

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

Color convert

RGB 61 67 30 -
CMYK 0.09 0 0.55 0.74
HSL 69.73º 0.38% 0.19% -
HSV(B) 69.73º 0.55% 0.26% -
XYZ 4.17 5.1 1.99 -
YUV 60.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 61 67 30 0.09 0 0.55 0.74 69.73 0.38 0.19
Hex 3D 43 1E 9 0 37 4A 46 26 13
Octal 75 103 36 11 0 67 112 106 46 23
Binary 111101 1000011 11110 1001 0 110111 1001010 1000110 100110 10011

Color Harmonies of #3D431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D431E

Black with #3D431E

Text Example


Text Example

White with #3D431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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