Html Css Color HEX #373C01 Turtle Green

📋 copy color: '#373C01'

red 55 ◦ green 60 ◦ blue 1

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

Shades of Turtle Green #373C01

Tints of Turtle Green #373C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 51.72%

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

R = 47.41%
G = 51.72%
B = 0.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#373C01 (or 0x373C01) is known color: Turtle Green. HEX triplet: 37, 3C and 01. RGB value is (55,60,1). Sum of RGB (Red+Green+Blue) = 55+60+1=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #373C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373C01 is #C8C3FE. Grayscale: #343434. Windows color (decimal): -13157375 or 80951. OLE color: 80951.

HSL color Cylindrical-coordinate representation of color #373C01: hue angle of 65.08º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #373C01 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 60 1 -
CMYK 0.08 0 0.98 0.76
HSL 65.08º 0.97% 0.12% -
HSV(B) 65.08º 0.98% 0.24% -
XYZ 3.2 4.05 0.64 -
YUV 51.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 55 60 1 0.08 0 0.98 0.76 65.08 0.97 0.12
Hex 37 3C 1 8 0 62 4C 41 61 C
Octal 67 74 1 10 0 142 114 101 141 14
Binary 110111 111100 1 1000 0 1100010 1001100 1000001 1100001 1100

Color Harmonies of #373C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C01

Black with #373C01

Text Example


Text Example

White with #373C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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