Html Css Color HEX #3F3D09 Turtle Green

📋 copy color: '#3F3D09'

red 63 ◦ green 61 ◦ blue 9

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

Shades of Turtle Green #3F3D09

Tints of Turtle Green #3F3D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 47.37%
G = 45.86%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F3D09 (or 0x3F3D09) is known color: Turtle Green. HEX triplet: 3F, 3D and 09. RGB value is (63,61,9). Sum of RGB (Red+Green+Blue) = 63+61+9=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D09 is #C0C2F6. Grayscale: #373737. Windows color (decimal): -12632823 or 605503. OLE color: 605503.

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

Color convert

RGB 63 61 9 -
CMYK 0 0.03 0.86 0.75
HSL 57.78º 0.75% 0.14% -
HSV(B) 57.78º 0.86% 0.25% -
XYZ 3.77 4.41 0.91 -
YUV 55.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 63 61 9 0 0.03 0.86 0.75 57.78 0.75 0.14
Hex 3F 3D 9 0 3 56 4B 3A 4B E
Octal 77 75 11 0 3 126 113 72 113 16
Binary 111111 111101 1001 0 11 1010110 1001011 111010 1001011 1110

Color Harmonies of #3F3D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D09

Black with #3F3D09

Text Example


Text Example

White with #3F3D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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