Html Css Color HEX #3B461D Turtle Green

📋 copy color: '#3B461D'

red 59 ◦ green 70 ◦ blue 29

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

Shades of Turtle Green #3B461D

Tints of Turtle Green #3B461D

RGB

 RED value IS 59 (23.44% from 255) = 37.34%

 GREEN value IS 70 (27.73% from 255) = 44.3%

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 37.34%
G = 44.3%
B = 18.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#3B461D (or 0x3B461D) is known color: Turtle Green. HEX triplet: 3B, 46 and 1D. RGB value is (59,70,29). Sum of RGB (Red+Green+Blue) = 59+70+29=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #3B461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B461D is #C4B9E2. Grayscale: #3E3E3E. Windows color (decimal): -12892643 or 1918523. OLE color: 1918523.

HSL color Cylindrical-coordinate representation of color #3B461D: hue angle of 76.1º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B461D is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 70 29 -
CMYK 0.16 0 0.59 0.73
HSL 76.1º 0.41% 0.19% -
HSV(B) 76.1º 0.59% 0.27% -
XYZ 4.22 5.4 1.98 -
YUV 62.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 59 70 29 0.16 0 0.59 0.73 76.1 0.41 0.19
Hex 3B 46 1D 10 0 3B 49 4C 29 13
Octal 73 106 35 20 0 73 111 114 51 23
Binary 111011 1000110 11101 10000 0 111011 1001001 1001100 101001 10011

Color Harmonies of #3B461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B461D

Black with #3B461D

Text Example


Text Example

White with #3B461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,70,29); }

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

background-color css

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

 a { background-color: rgb(59,70,29); }

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

border-color css

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

 span { border-color: rgb(59,70,29); }

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