Html Css Color HEX #3B470D Turtle Green

📋 copy color: '#3B470D'

red 59 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #3B470D

Tints of Turtle Green #3B470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.65%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 41.26%
G = 49.65%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3B470D (or 0x3B470D) is known color: Turtle Green. HEX triplet: 3B, 47 and 0D. RGB value is (59,71,13). Sum of RGB (Red+Green+Blue) = 59+71+13=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #3B470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B470D is #C4B8F2. Grayscale: #3D3D3D. Windows color (decimal): -12892403 or 870203. OLE color: 870203.

HSL color Cylindrical-coordinate representation of color #3B470D: hue angle of 72.41º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B470D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 71 13 -
CMYK 0.17 0 0.82 0.72
HSL 72.41º 0.69% 0.16% -
HSV(B) 72.41º 0.82% 0.28% -
XYZ 4.13 5.47 1.22 -
YUV 60.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 59 71 13 0.17 0 0.82 0.72 72.41 0.69 0.16
Hex 3B 47 D 11 0 52 48 48 45 10
Octal 73 107 15 21 0 122 110 110 105 20
Binary 111011 1000111 1101 10001 0 1010010 1001000 1001000 1000101 10000

Color Harmonies of #3B470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B470D

Black with #3B470D

Text Example


Text Example

White with #3B470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,13); }

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

background-color css

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

 a { background-color: rgb(59,71,13); }

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

border-color css

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

 span { border-color: rgb(59,71,13); }

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