Html Css Color HEX #3F3D04 Turtle Green

📋 copy color: '#3F3D04'

red 63 ◦ green 61 ◦ blue 4

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

Shades of Turtle Green #3F3D04

Tints of Turtle Green #3F3D04

RGB

 RED value IS 63 (25% from 255) = 49.22%

 GREEN value IS 61 (24.22% from 255) = 47.66%

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 49.22%
G = 47.66%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F3D04 (or 0x3F3D04) is known color: Turtle Green. HEX triplet: 3F, 3D and 04. RGB value is (63,61,4). Sum of RGB (Red+Green+Blue) = 63+61+4=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D04 is #C0C2FB. Grayscale: #373737. Windows color (decimal): -12632828 or 277823. OLE color: 277823.

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

Color convert

RGB 63 61 4 -
CMYK 0 0.03 0.94 0.75
HSL 57.97º 0.88% 0.13% -
HSV(B) 57.97º 0.94% 0.25% -
XYZ 3.74 4.4 0.77 -
YUV 55.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 63 61 4 0 0.03 0.94 0.75 57.97 0.88 0.13
Hex 3F 3D 4 0 3 5E 4B 3A 58 D
Octal 77 75 4 0 3 136 113 72 130 15
Binary 111111 111101 100 0 11 1011110 1001011 111010 1011000 1101

Color Harmonies of #3F3D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D04

Black with #3F3D04

Text Example


Text Example

White with #3F3D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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