Html Css Color HEX #374915 Turtle Green

📋 copy color: '#374915'

red 55 ◦ green 73 ◦ blue 21

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

Shades of Turtle Green #374915

Tints of Turtle Green #374915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.99%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 36.91%
G = 48.99%
B = 14.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#374915 (or 0x374915) is known color: Turtle Green. HEX triplet: 37, 49 and 15. RGB value is (55,73,21). Sum of RGB (Red+Green+Blue) = 55+73+21=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #374915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374915 is #C8B6EA. Grayscale: #3D3D3D. Windows color (decimal): -13154027 or 1394999. OLE color: 1394999.

HSL color Cylindrical-coordinate representation of color #374915: hue angle of 80.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374915 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 21 -
CMYK 0.25 0 0.71 0.71
HSL 80.77º 0.55% 0.18% -
HSV(B) 80.77º 0.71% 0.29% -
XYZ 4.09 5.63 1.58 -
YUV 61.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 55 73 21 0.25 0 0.71 0.71 80.77 0.55 0.18
Hex 37 49 15 19 0 47 47 51 37 12
Octal 67 111 25 31 0 107 107 121 67 22
Binary 110111 1001001 10101 11001 0 1000111 1000111 1010001 110111 10010

Color Harmonies of #374915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374915

Black with #374915

Text Example


Text Example

White with #374915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374915; }

 p { color: rgb(55,73,21); }

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

background-color css

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

 a { background-color: rgb(55,73,21); }

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

border-color css

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

 span { border-color: rgb(55,73,21); }

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