Html Css Color HEX #3B481F Turtle Green

📋 copy color: '#3B481F'

red 59 ◦ green 72 ◦ blue 31

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

Shades of Turtle Green #3B481F

Tints of Turtle Green #3B481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 36.42%
G = 44.44%
B = 19.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#3B481F (or 0x3B481F) is known color: Turtle Green. HEX triplet: 3B, 48 and 1F. RGB value is (59,72,31). Sum of RGB (Red+Green+Blue) = 59+72+31=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #3B481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B481F is #C4B7E0. Grayscale: #3F3F3F. Windows color (decimal): -12892129 or 2050107. OLE color: 2050107.

HSL color Cylindrical-coordinate representation of color #3B481F: hue angle of 79.02º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B481F is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 72 31 -
CMYK 0.18 0 0.57 0.72
HSL 79.02º 0.4% 0.2% -
HSV(B) 79.02º 0.57% 0.28% -
XYZ 4.37 5.66 2.16 -
YUV 63.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 59 72 31 0.18 0 0.57 0.72 79.02 0.4 0.2
Hex 3B 48 1F 12 0 39 48 4F 28 14
Octal 73 110 37 22 0 71 110 117 50 24
Binary 111011 1001000 11111 10010 0 111001 1001000 1001111 101000 10100

Color Harmonies of #3B481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B481F

Black with #3B481F

Text Example


Text Example

White with #3B481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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