Html Css Color HEX #3B410D Turtle Green

📋 copy color: '#3B410D'

red 59 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #3B410D

Tints of Turtle Green #3B410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

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

R = 43.07%
G = 47.45%
B = 9.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#3B410D (or 0x3B410D) is known color: Turtle Green. HEX triplet: 3B, 41 and 0D. RGB value is (59,65,13). Sum of RGB (Red+Green+Blue) = 59+65+13=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #3B410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B410D is #C4BEF2. Grayscale: #393939. Windows color (decimal): -12893939 or 868667. OLE color: 868667.

HSL color Cylindrical-coordinate representation of color #3B410D: hue angle of 66.92º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B410D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 65 13 -
CMYK 0.09 0 0.80 0.75
HSL 66.92º 0.67% 0.15% -
HSV(B) 66.92º 0.8% 0.25% -
XYZ 3.77 4.74 1.1 -
YUV 57.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 59 65 13 0.09 0 0.80 0.75 66.92 0.67 0.15
Hex 3B 41 D 9 0 50 4B 43 43 F
Octal 73 101 15 11 0 120 113 103 103 17
Binary 111011 1000001 1101 1001 0 1010000 1001011 1000011 1000011 1111

Color Harmonies of #3B410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B410D

Black with #3B410D

Text Example


Text Example

White with #3B410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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