Html Css Color HEX #3B4300 Turtle Green

📋 copy color: '#3B4300'

red 59 ◦ green 67 ◦ blue 0

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

Shades of Turtle Green #3B4300

Tints of Turtle Green #3B4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.17%

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

R = 46.83%
G = 53.17%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#3B4300 (or 0x3B4300) is known color: Turtle Green. HEX triplet: 3B, 43 and 00. RGB value is (59,67,0). Sum of RGB (Red+Green+Blue) = 59+67+0=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4300 is #C4BCFF. Grayscale: #393939. Windows color (decimal): -12893440 or 17211. OLE color: 17211.

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

Color convert

RGB 59 67 0 -
CMYK 0.12 0 1 0.74
HSL 67.16º 1% 0.13% -
HSV(B) 67.16º 1% 0.26% -
XYZ 3.81 4.94 0.75 -
YUV 56.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 59 67 0 0.12 0 1 0.74 67.16 1 0.13
Hex 3B 43 0 C 0 64 4A 43 64 D
Octal 73 103 0 14 0 144 112 103 144 15
Binary 111011 1000011 0 1100 0 1100100 1001010 1000011 1100100 1101

Color Harmonies of #3B4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4300

Black with #3B4300

Text Example


Text Example

White with #3B4300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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