Html Css Color HEX #394022 Turtle Green

📋 copy color: '#394022'

red 57 ◦ green 64 ◦ blue 34

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

Shades of Turtle Green #394022

Tints of Turtle Green #394022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 36.77%
G = 41.29%
B = 21.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#394022 (or 0x394022) is known color: Turtle Green. HEX triplet: 39, 40 and 22. RGB value is (57,64,34). Sum of RGB (Red+Green+Blue) = 57+64+34=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #394022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394022 is #C6BFDD. Grayscale: #3A3A3A. Windows color (decimal): -13025246 or 2244665. OLE color: 2244665.

HSL color Cylindrical-coordinate representation of color #394022: hue angle of 74º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394022 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 34 -
CMYK 0.11 0 0.47 0.75
HSL 74º 0.31% 0.19% -
HSV(B) 74º 0.47% 0.25% -
XYZ 3.81 4.65 2.21 -
YUV 58.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 57 64 34 0.11 0 0.47 0.75 74 0.31 0.19
Hex 39 40 22 B 0 2F 4B 4A 1F 13
Octal 71 100 42 13 0 57 113 112 37 23
Binary 111001 1000000 100010 1011 0 101111 1001011 1001010 11111 10011

Color Harmonies of #394022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394022

Black with #394022

Text Example


Text Example

White with #394022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394022; }

 p { color: rgb(57,64,34); }

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

background-color css

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

 a { background-color: rgb(57,64,34); }

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

border-color css

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

 span { border-color: rgb(57,64,34); }

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