Html Css Color HEX #3D430E Turtle Green

📋 copy color: '#3D430E'

red 61 ◦ green 67 ◦ blue 14

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

Shades of Turtle Green #3D430E

Tints of Turtle Green #3D430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 42.96%
G = 47.18%
B = 9.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#3D430E (or 0x3D430E) is known color: Turtle Green. HEX triplet: 3D, 43 and 0E. RGB value is (61,67,14). Sum of RGB (Red+Green+Blue) = 61+67+14=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #3D430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D430E is #C2BCF1. Grayscale: #3B3B3B. Windows color (decimal): -12762354 or 934717. OLE color: 934717.

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

Color convert

RGB 61 67 14 -
CMYK 0.09 0 0.79 0.74
HSL 66.79º 0.65% 0.16% -
HSV(B) 66.79º 0.79% 0.26% -
XYZ 4.01 5.04 1.18 -
YUV 59.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 61 67 14 0.09 0 0.79 0.74 66.79 0.65 0.16
Hex 3D 43 E 9 0 4F 4A 43 41 10
Octal 75 103 16 11 0 117 112 103 101 20
Binary 111101 1000011 1110 1001 0 1001111 1001010 1000011 1000001 10000

Color Harmonies of #3D430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D430E

Black with #3D430E

Text Example


Text Example

White with #3D430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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