Html Css Color HEX #3B481E Turtle Green

📋 copy color: '#3B481E'

red 59 ◦ green 72 ◦ blue 30

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

Shades of Turtle Green #3B481E

Tints of Turtle Green #3B481E

RGB

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

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

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

R = 36.65%
G = 44.72%
B = 18.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#3B481E (or 0x3B481E) is known color: Turtle Green. HEX triplet: 3B, 48 and 1E. RGB value is (59,72,30). Sum of RGB (Red+Green+Blue) = 59+72+30=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #3B481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B481E is #C4B7E1. Grayscale: #3F3F3F. Windows color (decimal): -12892130 or 1984571. OLE color: 1984571.

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

Color convert

RGB 59 72 30 -
CMYK 0.18 0 0.58 0.72
HSL 78.57º 0.41% 0.2% -
HSV(B) 78.57º 0.58% 0.28% -
XYZ 4.36 5.66 2.09 -
YUV 63.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 59 72 30 0.18 0 0.58 0.72 78.57 0.41 0.2
Hex 3B 48 1E 12 0 3A 48 4F 29 14
Octal 73 110 36 22 0 72 110 117 51 24
Binary 111011 1001000 11110 10010 0 111010 1001000 1001111 101001 10100

Color Harmonies of #3B481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B481E

Black with #3B481E

Text Example


Text Example

White with #3B481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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