Html Css Color HEX #374500 Turtle Green

📋 copy color: '#374500'

red 55 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #374500

Tints of Turtle Green #374500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.35%
G = 55.65%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#374500 (or 0x374500) is known color: Turtle Green. HEX triplet: 37, 45 and 00. RGB value is (55,69,0). Sum of RGB (Red+Green+Blue) = 55+69+0=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #374500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374500 is #C8BAFF. Grayscale: #393939. Windows color (decimal): -13155072 or 17719. OLE color: 17719.

HSL color Cylindrical-coordinate representation of color #374500: hue angle of 72.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374500 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 0 -
CMYK 0.20 0 1 0.73
HSL 72.17º 1% 0.14% -
HSV(B) 72.17º 1% 0.27% -
XYZ 3.7 5.07 0.78 -
YUV 56.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 55 69 0 0.20 0 1 0.73 72.17 1 0.14
Hex 37 45 0 14 0 64 49 48 64 E
Octal 67 105 0 24 0 144 111 110 144 16
Binary 110111 1000101 0 10100 0 1100100 1001001 1001000 1100100 1110

Color Harmonies of #374500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374500

Black with #374500

Text Example


Text Example

White with #374500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374500; }

 p { color: rgb(55,69,0); }

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

background-color css

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

 a { background-color: rgb(55,69,0); }

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

border-color css

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

 span { border-color: rgb(55,69,0); }

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