Html Css Color HEX #3B440E Turtle Green

📋 copy color: '#3B440E'

red 59 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #3B440E

Tints of Turtle Green #3B440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 41.84%
G = 48.23%
B = 9.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#3B440E (or 0x3B440E) is known color: Turtle Green. HEX triplet: 3B, 44 and 0E. RGB value is (59,68,14). Sum of RGB (Red+Green+Blue) = 59+68+14=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #3B440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B440E is #C4BBF1. Grayscale: #3B3B3B. Windows color (decimal): -12893170 or 934971. OLE color: 934971.

HSL color Cylindrical-coordinate representation of color #3B440E: hue angle of 70º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B440E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 68 14 -
CMYK 0.13 0 0.79 0.73
HSL 70º 0.66% 0.16% -
HSV(B) 70º 0.79% 0.27% -
XYZ 3.95 5.1 1.19 -
YUV 59.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 59 68 14 0.13 0 0.79 0.73 70 0.66 0.16
Hex 3B 44 E D 0 4F 49 46 42 10
Octal 73 104 16 15 0 117 111 106 102 20
Binary 111011 1000100 1110 1101 0 1001111 1001001 1000110 1000010 10000

Color Harmonies of #3B440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B440E

Black with #3B440E

Text Example


Text Example

White with #3B440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,68,14); }

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

background-color css

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

 a { background-color: rgb(59,68,14); }

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

border-color css

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

 span { border-color: rgb(59,68,14); }

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