Html Css Color HEX #394101 Turtle Green

📋 copy color: '#394101'

red 57 ◦ green 65 ◦ blue 1

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

Shades of Turtle Green #394101

Tints of Turtle Green #394101

RGB

 RED value IS 57 (22.66% from 255) = 46.34%

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

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

R = 46.34%
G = 52.85%
B = 0.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#394101 (or 0x394101) is known color: Turtle Green. HEX triplet: 39, 41 and 01. RGB value is (57,65,1). Sum of RGB (Red+Green+Blue) = 57+65+1=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #394101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394101 is #C6BEFE. Grayscale: #373737. Windows color (decimal): -13025023 or 82233. OLE color: 82233.

HSL color Cylindrical-coordinate representation of color #394101: hue angle of 67.5º 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 #394101 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 1 -
CMYK 0.12 0 0.98 0.75
HSL 67.5º 0.97% 0.13% -
HSV(B) 67.5º 0.98% 0.25% -
XYZ 3.58 4.65 0.74 -
YUV 55.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 57 65 1 0.12 0 0.98 0.75 67.5 0.97 0.13
Hex 39 41 1 C 0 62 4B 44 61 D
Octal 71 101 1 14 0 142 113 104 141 15
Binary 111001 1000001 1 1100 0 1100010 1001011 1000100 1100001 1101

Color Harmonies of #394101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394101

Black with #394101

Text Example


Text Example

White with #394101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394101; }

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

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

background-color css

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

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

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

border-color css

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

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

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