Html Css Color HEX #3F4004 Turtle Green

📋 copy color: '#3F4004'

red 63 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #3F4004

Tints of Turtle Green #3F4004

RGB

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

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

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

R = 48.09%
G = 48.85%
B = 3.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F4004 (or 0x3F4004) is known color: Turtle Green. HEX triplet: 3F, 40 and 04. RGB value is (63,64,4). Sum of RGB (Red+Green+Blue) = 63+64+4=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4004 is #C0BFFB. Grayscale: #393939. Windows color (decimal): -12632060 or 278591. OLE color: 278591.

HSL color Cylindrical-coordinate representation of color #3F4004: hue angle of 61º 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 #3F4004 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 64 4 -
CMYK 0.02 0 0.94 0.75
HSL 61º 0.88% 0.13% -
HSV(B) 61º 0.94% 0.25% -
XYZ 3.91 4.73 0.82 -
YUV 56.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 63 64 4 0.02 0 0.94 0.75 61 0.88 0.13
Hex 3F 40 4 2 0 5E 4B 3D 58 D
Octal 77 100 4 2 0 136 113 75 130 15
Binary 111111 1000000 100 10 0 1011110 1001011 111101 1011000 1101

Color Harmonies of #3F4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4004

Black with #3F4004

Text Example


Text Example

White with #3F4004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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