Html Css Color HEX #3B441E Turtle Green

📋 copy color: '#3B441E'

red 59 ◦ green 68 ◦ blue 30

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

Shades of Turtle Green #3B441E

Tints of Turtle Green #3B441E

RGB

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

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

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

R = 37.58%
G = 43.31%
B = 19.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#3B441E (or 0x3B441E) is known color: Turtle Green. HEX triplet: 3B, 44 and 1E. RGB value is (59,68,30). Sum of RGB (Red+Green+Blue) = 59+68+30=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #3B441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B441E is #C4BBE1. Grayscale: #3D3D3D. Windows color (decimal): -12893154 or 1983547. OLE color: 1983547.

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

Color convert

RGB 59 68 30 -
CMYK 0.13 0 0.56 0.73
HSL 74.21º 0.39% 0.19% -
HSV(B) 74.21º 0.56% 0.27% -
XYZ 4.11 5.16 2.01 -
YUV 60.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 59 68 30 0.13 0 0.56 0.73 74.21 0.39 0.19
Hex 3B 44 1E D 0 38 49 4A 27 13
Octal 73 104 36 15 0 70 111 112 47 23
Binary 111011 1000100 11110 1101 0 111000 1001001 1001010 100111 10011

Color Harmonies of #3B441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B441E

Black with #3B441E

Text Example


Text Example

White with #3B441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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