Html Css Color HEX #374022 Turtle Green

📋 copy color: '#374022'

red 55 ◦ green 64 ◦ blue 34

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

Shades of Turtle Green #374022

Tints of Turtle Green #374022

RGB

 RED value IS 55 (21.88% from 255) = 35.95%

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

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

R = 35.95%
G = 41.83%
B = 22.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#374022 (or 0x374022) is known color: Turtle Green. HEX triplet: 37, 40 and 22. RGB value is (55,64,34). Sum of RGB (Red+Green+Blue) = 55+64+34=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #374022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374022 is #C8BFDD. Grayscale: #3A3A3A. Windows color (decimal): -13156318 or 2244663. OLE color: 2244663.

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

Color convert

RGB 55 64 34 -
CMYK 0.14 0 0.47 0.75
HSL 78º 0.31% 0.19% -
HSV(B) 78º 0.47% 0.25% -
XYZ 3.7 4.59 2.21 -
YUV 57.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 55 64 34 0.14 0 0.47 0.75 78 0.31 0.19
Hex 37 40 22 E 0 2F 4B 4E 1F 13
Octal 67 100 42 16 0 57 113 116 37 23
Binary 110111 1000000 100010 1110 0 101111 1001011 1001110 11111 10011

Color Harmonies of #374022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374022

Black with #374022

Text Example


Text Example

White with #374022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374022; }

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

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

background-color css

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

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

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

border-color css

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

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

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