Html Css Color HEX #3B421F Turtle Green

📋 copy color: '#3B421F'

red 59 ◦ green 66 ◦ blue 31

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

Shades of Turtle Green #3B421F

Tints of Turtle Green #3B421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 37.82%
G = 42.31%
B = 19.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#3B421F (or 0x3B421F) is known color: Turtle Green. HEX triplet: 3B, 42 and 1F. RGB value is (59,66,31). Sum of RGB (Red+Green+Blue) = 59+66+31=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #3B421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B421F is #C4BDE0. Grayscale: #3C3C3C. Windows color (decimal): -12893665 or 2048571. OLE color: 2048571.

HSL color Cylindrical-coordinate representation of color #3B421F: hue angle of 72º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B421F is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 66 31 -
CMYK 0.11 0 0.53 0.74
HSL 72º 0.36% 0.19% -
HSV(B) 72º 0.53% 0.26% -
XYZ 4 4.93 2.04 -
YUV 59.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 59 66 31 0.11 0 0.53 0.74 72 0.36 0.19
Hex 3B 42 1F B 0 35 4A 48 24 13
Octal 73 102 37 13 0 65 112 110 44 23
Binary 111011 1000010 11111 1011 0 110101 1001010 1001000 100100 10011

Color Harmonies of #3B421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B421F

Black with #3B421F

Text Example


Text Example

White with #3B421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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