Html Css Color HEX #3D3F06 Turtle Green

📋 copy color: '#3D3F06'

red 61 ◦ green 63 ◦ blue 6

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

Shades of Turtle Green #3D3F06

Tints of Turtle Green #3D3F06

RGB

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

 GREEN value IS 63 (25% from 255) = 48.46%

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 46.92%
G = 48.46%
B = 4.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3D3F06 (or 0x3D3F06) is known color: Turtle Green. HEX triplet: 3D, 3F and 06. RGB value is (61,63,6). Sum of RGB (Red+Green+Blue) = 61+63+6=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3F06 is #C2C0F9. Grayscale: #383838. Windows color (decimal): -12763386 or 409405. OLE color: 409405.

HSL color Cylindrical-coordinate representation of color #3D3F06: hue angle of 62.11º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D3F06 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 63 6 -
CMYK 0.03 0 0.90 0.75
HSL 62.11º 0.83% 0.14% -
HSV(B) 62.11º 0.9% 0.25% -
XYZ 3.73 4.56 0.86 -
YUV 55.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 61 63 6 0.03 0 0.90 0.75 62.11 0.83 0.14
Hex 3D 3F 6 3 0 5A 4B 3E 53 E
Octal 75 77 6 3 0 132 113 76 123 16
Binary 111101 111111 110 11 0 1011010 1001011 111110 1010011 1110

Color Harmonies of #3D3F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3F06

Black with #3D3F06

Text Example


Text Example

White with #3D3F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,63,6); }

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

background-color css

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

 a { background-color: rgb(61,63,6); }

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

border-color css

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

 span { border-color: rgb(61,63,6); }

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