Html Css Color HEX #3B401E Turtle Green

📋 copy color: '#3B401E'

red 59 ◦ green 64 ◦ blue 30

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

Shades of Turtle Green #3B401E

Tints of Turtle Green #3B401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 38.56%
G = 41.83%
B = 19.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#3B401E (or 0x3B401E) is known color: Turtle Green. HEX triplet: 3B, 40 and 1E. RGB value is (59,64,30). Sum of RGB (Red+Green+Blue) = 59+64+30=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #3B401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B401E is #C4BFE1. Grayscale: #3A3A3A. Windows color (decimal): -12894178 or 1982523. OLE color: 1982523.

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

Color convert

RGB 59 64 30 -
CMYK 0.08 0 0.53 0.75
HSL 68.82º 0.36% 0.18% -
HSV(B) 68.82º 0.53% 0.25% -
XYZ 3.87 4.69 1.93 -
YUV 58.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 59 64 30 0.08 0 0.53 0.75 68.82 0.36 0.18
Hex 3B 40 1E 8 0 35 4B 45 24 12
Octal 73 100 36 10 0 65 113 105 44 22
Binary 111011 1000000 11110 1000 0 110101 1001011 1000101 100100 10010

Color Harmonies of #3B401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B401E

Black with #3B401E

Text Example


Text Example

White with #3B401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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