Html Css Color HEX #3F4101 Turtle Green

📋 copy color: '#3F4101'

red 63 ◦ green 65 ◦ blue 1

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

Shades of Turtle Green #3F4101

Tints of Turtle Green #3F4101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 48.84%
G = 50.39%
B = 0.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F4101 (or 0x3F4101) is known color: Turtle Green. HEX triplet: 3F, 41 and 01. RGB value is (63,65,1). Sum of RGB (Red+Green+Blue) = 63+65+1=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4101 is #C0BEFE. Grayscale: #393939. Windows color (decimal): -12631807 or 82239. OLE color: 82239.

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

Color convert

RGB 63 65 1 -
CMYK 0.03 0 0.98 0.75
HSL 61.88º 0.97% 0.13% -
HSV(B) 61.88º 0.98% 0.25% -
XYZ 3.95 4.84 0.75 -
YUV 57.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 63 65 1 0.03 0 0.98 0.75 61.88 0.97 0.13
Hex 3F 41 1 3 0 62 4B 3E 61 D
Octal 77 101 1 3 0 142 113 76 141 15
Binary 111111 1000001 1 11 0 1100010 1001011 111110 1100001 1101

Color Harmonies of #3F4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4101

Black with #3F4101

Text Example


Text Example

White with #3F4101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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