Html Css Color HEX #3B4003 Turtle Green

📋 copy color: '#3B4003'

red 59 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #3B4003

Tints of Turtle Green #3B4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.38%

R = 46.83%
G = 50.79%
B = 2.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3B4003 (or 0x3B4003) is known color: Turtle Green. HEX triplet: 3B, 40 and 03. RGB value is (59,64,3). Sum of RGB (Red+Green+Blue) = 59+64+3=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4003 is #C4BFFC. Grayscale: #373737. Windows color (decimal): -12894205 or 213051. OLE color: 213051.

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

Color convert

RGB 59 64 3 -
CMYK 0.08 0 0.95 0.75
HSL 64.92º 0.91% 0.13% -
HSV(B) 64.92º 0.95% 0.25% -
XYZ 3.65 4.6 0.78 -
YUV 55.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 59 64 3 0.08 0 0.95 0.75 64.92 0.91 0.13
Hex 3B 40 3 8 0 5F 4B 41 5B D
Octal 73 100 3 10 0 137 113 101 133 15
Binary 111011 1000000 11 1000 0 1011111 1001011 1000001 1011011 1101

Color Harmonies of #3B4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4003

Black with #3B4003

Text Example


Text Example

White with #3B4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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