Html Css Color HEX #3B440F Turtle Green

📋 copy color: '#3B440F'

red 59 ◦ green 68 ◦ blue 15

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

Shades of Turtle Green #3B440F

Tints of Turtle Green #3B440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 41.55%
G = 47.89%
B = 10.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#3B440F (or 0x3B440F) is known color: Turtle Green. HEX triplet: 3B, 44 and 0F. RGB value is (59,68,15). Sum of RGB (Red+Green+Blue) = 59+68+15=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #3B440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B440F is #C4BBF0. Grayscale: #3B3B3B. Windows color (decimal): -12893169 or 1000507. OLE color: 1000507.

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

Color convert

RGB 59 68 15 -
CMYK 0.13 0 0.78 0.73
HSL 70.19º 0.64% 0.16% -
HSV(B) 70.19º 0.78% 0.27% -
XYZ 3.96 5.1 1.23 -
YUV 59.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 59 68 15 0.13 0 0.78 0.73 70.19 0.64 0.16
Hex 3B 44 F D 0 4E 49 46 40 10
Octal 73 104 17 15 0 116 111 106 100 20
Binary 111011 1000100 1111 1101 0 1001110 1001001 1000110 1000000 10000

Color Harmonies of #3B440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B440F

Black with #3B440F

Text Example


Text Example

White with #3B440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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