Html Css Color HEX #3B4000 Turtle Green

📋 copy color: '#3B4000'

red 59 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #3B4000

Tints of Turtle Green #3B4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.97%
G = 52.03%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3B4000 (or 0x3B4000) is known color: Turtle Green. HEX triplet: 3B, 40 and 00. RGB value is (59,64,0). Sum of RGB (Red+Green+Blue) = 59+64+0=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4000 is #C4BFFF. Grayscale: #373737. Windows color (decimal): -12894208 or 16443. OLE color: 16443.

HSL color Cylindrical-coordinate representation of color #3B4000: hue angle of 64.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B4000 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 64 0 -
CMYK 0.08 0 1 0.75
HSL 64.69º 1% 0.13% -
HSV(B) 64.69º 1% 0.25% -
XYZ 3.64 4.6 0.7 -
YUV 55.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 59 64 0 0.08 0 1 0.75 64.69 1 0.13
Hex 3B 40 0 8 0 64 4B 41 64 D
Octal 73 100 0 10 0 144 113 101 144 15
Binary 111011 1000000 0 1000 0 1100100 1001011 1000001 1100100 1101

Color Harmonies of #3B4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4000

Black with #3B4000

Text Example


Text Example

White with #3B4000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,0); }

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

background-color css

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

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

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

border-color css

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

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

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