Html Css Color HEX #3B481D Turtle Green

📋 copy color: '#3B481D'

red 59 ◦ green 72 ◦ blue 29

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

Shades of Turtle Green #3B481D

Tints of Turtle Green #3B481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

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

R = 36.88%
G = 45%
B = 18.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#3B481D (or 0x3B481D) is known color: Turtle Green. HEX triplet: 3B, 48 and 1D. RGB value is (59,72,29). Sum of RGB (Red+Green+Blue) = 59+72+29=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #3B481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B481D is #C4B7E2. Grayscale: #3F3F3F. Windows color (decimal): -12892131 or 1919035. OLE color: 1919035.

HSL color Cylindrical-coordinate representation of color #3B481D: hue angle of 78.14º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B481D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 72 29 -
CMYK 0.18 0 0.60 0.72
HSL 78.14º 0.43% 0.2% -
HSV(B) 78.14º 0.6% 0.28% -
XYZ 4.34 5.65 2.02 -
YUV 63.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 59 72 29 0.18 0 0.60 0.72 78.14 0.43 0.2
Hex 3B 48 1D 12 0 3C 48 4E 2B 14
Octal 73 110 35 22 0 74 110 116 53 24
Binary 111011 1001000 11101 10010 0 111100 1001000 1001110 101011 10100

Color Harmonies of #3B481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B481D

Black with #3B481D

Text Example


Text Example

White with #3B481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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