Html Css Color HEX #3D3A03 Turtle Green

📋 copy color: '#3D3A03'

red 61 ◦ green 58 ◦ blue 3

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

Shades of Turtle Green #3D3A03

Tints of Turtle Green #3D3A03

RGB

 RED value IS 61 (24.22% from 255) = 50%

 GREEN value IS 58 (23.05% from 255) = 47.54%

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

R = 50%
G = 47.54%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#3D3A03 (or 0x3D3A03) is known color: Turtle Green. HEX triplet: 3D, 3A and 03. RGB value is (61,58,3). Sum of RGB (Red+Green+Blue) = 61+58+3=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3A03 is #C2C5FC. Grayscale: #343434. Windows color (decimal): -12764669 or 211517. OLE color: 211517.

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

Color convert

RGB 61 58 3 -
CMYK 0 0.05 0.95 0.76
HSL 56.9º 0.91% 0.13% -
HSV(B) 56.9º 0.95% 0.24% -
XYZ 3.45 4.02 0.68 -
YUV 52.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 61 58 3 0 0.05 0.95 0.76 56.9 0.91 0.13
Hex 3D 3A 3 0 5 5F 4C 39 5B D
Octal 75 72 3 0 5 137 114 71 133 15
Binary 111101 111010 11 0 101 1011111 1001100 111001 1011011 1101

Color Harmonies of #3D3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3A03

Black with #3D3A03

Text Example


Text Example

White with #3D3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,58,3); }

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

background-color css

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

 a { background-color: rgb(61,58,3); }

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

border-color css

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

 span { border-color: rgb(61,58,3); }

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