Html Css Color HEX #3F4100 Turtle Green

📋 copy color: '#3F4100'

red 63 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #3F4100

Tints of Turtle Green #3F4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.22%
G = 50.78%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F4100 (or 0x3F4100) is known color: Turtle Green. HEX triplet: 3F, 41 and 00. RGB value is (63,65,0). Sum of RGB (Red+Green+Blue) = 63+65+0=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4100 is #C0BEFF. Grayscale: #393939. Windows color (decimal): -12631808 or 16703. OLE color: 16703.

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

Color convert

RGB 63 65 0 -
CMYK 0.03 0 1 0.75
HSL 61.85º 1% 0.13% -
HSV(B) 61.85º 1% 0.25% -
XYZ 3.94 4.84 0.73 -
YUV 56.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 63 65 0 0.03 0 1 0.75 61.85 1 0.13
Hex 3F 41 0 3 0 64 4B 3E 64 D
Octal 77 101 0 3 0 144 113 76 144 15
Binary 111111 1000001 0 11 0 1100100 1001011 111110 1100100 1101

Color Harmonies of #3F4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4100

Black with #3F4100

Text Example


Text Example

White with #3F4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,65,0); }

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

background-color css

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

 a { background-color: rgb(63,65,0); }

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

border-color css

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

 span { border-color: rgb(63,65,0); }

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