Html Css Color HEX #3B3B01 Turtle Green

📋 copy color: '#3B3B01'

red 59 ◦ green 59 ◦ blue 1

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

Shades of Turtle Green #3B3B01

Tints of Turtle Green #3B3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 49.58%

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

R = 49.58%
G = 49.58%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B3B01 (or 0x3B3B01) is known color: Turtle Green. HEX triplet: 3B, 3B and 01. RGB value is (59,59,1). Sum of RGB (Red+Green+Blue) = 59+59+1=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 59 - color contains mainly: red, green. Hex color #3B3B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3B01 is #C4C4FE. Grayscale: #343434. Windows color (decimal): -12895487 or 80699. OLE color: 80699.

HSL color Cylindrical-coordinate representation of color #3B3B01: hue angle of 60º 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 #3B3B01 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 59 1 -
CMYK 0 0 0.98 0.77
HSL 60º 0.97% 0.12% -
HSV(B) 60º 0.98% 0.23% -
XYZ 3.37 4.06 0.63 -
YUV 52.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 59 59 1 0 0 0.98 0.77 60 0.97 0.12
Hex 3B 3B 1 0 0 62 4D 3C 61 C
Octal 73 73 1 0 0 142 115 74 141 14
Binary 111011 111011 1 0 0 1100010 1001101 111100 1100001 1100

Color Harmonies of #3B3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3B01

Black with #3B3B01

Text Example


Text Example

White with #3B3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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