Html Css Color HEX #3F420F Turtle Green

📋 copy color: '#3F420F'

red 63 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #3F420F

Tints of Turtle Green #3F420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 43.75%
G = 45.83%
B = 10.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#3F420F (or 0x3F420F) is known color: Turtle Green. HEX triplet: 3F, 42 and 0F. RGB value is (63,66,15). Sum of RGB (Red+Green+Blue) = 63+66+15=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #3F420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F420F is #C0BDF0. Grayscale: #3B3B3B. Windows color (decimal): -12631537 or 999999. OLE color: 999999.

HSL color Cylindrical-coordinate representation of color #3F420F: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F420F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 66 15 -
CMYK 0.05 0 0.77 0.74
HSL 63.53º 0.63% 0.16% -
HSV(B) 63.53º 0.77% 0.26% -
XYZ 4.08 4.99 1.2 -
YUV 59.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 63 66 15 0.05 0 0.77 0.74 63.53 0.63 0.16
Hex 3F 42 F 5 0 4D 4A 40 3F 10
Octal 77 102 17 5 0 115 112 100 77 20
Binary 111111 1000010 1111 101 0 1001101 1001010 1000000 111111 10000

Color Harmonies of #3F420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F420F

Black with #3F420F

Text Example


Text Example

White with #3F420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,15); }

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

background-color css

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

 a { background-color: rgb(63,66,15); }

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

border-color css

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

 span { border-color: rgb(63,66,15); }

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