Html Css Color HEX #3B401A Turtle Green

📋 copy color: '#3B401A'

red 59 ◦ green 64 ◦ blue 26

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

Shades of Turtle Green #3B401A

Tints of Turtle Green #3B401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.95%

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 39.6%
G = 42.95%
B = 17.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3B401A (or 0x3B401A) is known color: Turtle Green. HEX triplet: 3B, 40 and 1A. RGB value is (59,64,26). Sum of RGB (Red+Green+Blue) = 59+64+26=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #3B401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B401A is #C4BFE5. Grayscale: #3A3A3A. Windows color (decimal): -12894182 or 1720379. OLE color: 1720379.

HSL color Cylindrical-coordinate representation of color #3B401A: hue angle of 67.89º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B401A is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 64 26 -
CMYK 0.08 0 0.59 0.75
HSL 67.89º 0.42% 0.18% -
HSV(B) 67.89º 0.59% 0.25% -
XYZ 3.82 4.67 1.68 -
YUV 58.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 59 64 26 0.08 0 0.59 0.75 67.89 0.42 0.18
Hex 3B 40 1A 8 0 3B 4B 44 2A 12
Octal 73 100 32 10 0 73 113 104 52 22
Binary 111011 1000000 11010 1000 0 111011 1001011 1000100 101010 10010

Color Harmonies of #3B401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B401A

Black with #3B401A

Text Example


Text Example

White with #3B401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,26); }

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

background-color css

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

 a { background-color: rgb(59,64,26); }

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

border-color css

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

 span { border-color: rgb(59,64,26); }

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