Html Css Color HEX #374601 Turtle Green

📋 copy color: '#374601'

red 55 ◦ green 70 ◦ blue 1

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

Shades of Turtle Green #374601

Tints of Turtle Green #374601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.56%

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

R = 43.65%
G = 55.56%
B = 0.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#374601 (or 0x374601) is known color: Turtle Green. HEX triplet: 37, 46 and 01. RGB value is (55,70,1). Sum of RGB (Red+Green+Blue) = 55+70+1=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #374601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374601 is #C8B9FE. Grayscale: #393939. Windows color (decimal): -13154815 or 83511. OLE color: 83511.

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

Color convert

RGB 55 70 1 -
CMYK 0.21 0 0.99 0.73
HSL 73.04º 0.97% 0.14% -
HSV(B) 73.04º 0.99% 0.27% -
XYZ 3.77 5.19 0.83 -
YUV 57.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 55 70 1 0.21 0 0.99 0.73 73.04 0.97 0.14
Hex 37 46 1 15 0 63 49 49 61 E
Octal 67 106 1 25 0 143 111 111 141 16
Binary 110111 1000110 1 10101 0 1100011 1001001 1001001 1100001 1110

Color Harmonies of #374601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374601

Black with #374601

Text Example


Text Example

White with #374601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374601; }

 p { color: rgb(55,70,1); }

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

background-color css

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

 a { background-color: rgb(55,70,1); }

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

border-color css

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

 span { border-color: rgb(55,70,1); }

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