Html Css Color HEX #3B401F Turtle Green

📋 copy color: '#3B401F'

red 59 ◦ green 64 ◦ blue 31

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

Shades of Turtle Green #3B401F

Tints of Turtle Green #3B401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 38.31%
G = 41.56%
B = 20.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#3B401F (or 0x3B401F) is known color: Turtle Green. HEX triplet: 3B, 40 and 1F. RGB value is (59,64,31). Sum of RGB (Red+Green+Blue) = 59+64+31=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #3B401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B401F is #C4BFE0. Grayscale: #3A3A3A. Windows color (decimal): -12894177 or 2048059. OLE color: 2048059.

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

Color convert

RGB 59 64 31 -
CMYK 0.08 0 0.52 0.75
HSL 69.09º 0.35% 0.19% -
HSV(B) 69.09º 0.52% 0.25% -
XYZ 3.88 4.7 2 -
YUV 58.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 59 64 31 0.08 0 0.52 0.75 69.09 0.35 0.19
Hex 3B 40 1F 8 0 34 4B 45 23 13
Octal 73 100 37 10 0 64 113 105 43 23
Binary 111011 1000000 11111 1000 0 110100 1001011 1000101 100011 10011

Color Harmonies of #3B401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B401F

Black with #3B401F

Text Example


Text Example

White with #3B401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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