Html Css Color HEX #3B3801 Turtle Green

📋 copy color: '#3B3801'

red 59 ◦ green 56 ◦ blue 1

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

Shades of Turtle Green #3B3801

Tints of Turtle Green #3B3801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.28%

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 50.86%
G = 48.28%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B3801 (or 0x3B3801) is known color: Turtle Green. HEX triplet: 3B, 38 and 01. RGB value is (59,56,1). Sum of RGB (Red+Green+Blue) = 59+56+1=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3801 is #C4C7FE. Grayscale: #323232. Windows color (decimal): -12896255 or 79931. OLE color: 79931.

HSL color Cylindrical-coordinate representation of color #3B3801: hue angle of 56.9º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B3801 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 56 1 -
CMYK 0 0.05 0.98 0.77
HSL 56.9º 0.97% 0.12% -
HSV(B) 56.9º 0.98% 0.23% -
XYZ 3.22 3.76 0.58 -
YUV 50.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 59 56 1 0 0.05 0.98 0.77 56.9 0.97 0.12
Hex 3B 38 1 0 5 62 4D 39 61 C
Octal 73 70 1 0 5 142 115 71 141 14
Binary 111011 111000 1 0 101 1100010 1001101 111001 1100001 1100

Color Harmonies of #3B3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3801

Black with #3B3801

Text Example


Text Example

White with #3B3801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,1); }

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

background-color css

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

 a { background-color: rgb(59,56,1); }

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

border-color css

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

 span { border-color: rgb(59,56,1); }

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