Html Css Color HEX #373F1C Turtle Green

📋 copy color: '#373F1C'

red 55 ◦ green 63 ◦ blue 28

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

Shades of Turtle Green #373F1C

Tints of Turtle Green #373F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 43.15%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 37.67%
G = 43.15%
B = 19.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#373F1C (or 0x373F1C) is known color: Turtle Green. HEX triplet: 37, 3F and 1C. RGB value is (55,63,28). Sum of RGB (Red+Green+Blue) = 55+63+28=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #373F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F1C is #C8C0E3. Grayscale: #383838. Windows color (decimal): -13156580 or 1851191. OLE color: 1851191.

HSL color Cylindrical-coordinate representation of color #373F1C: hue angle of 73.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373F1C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 63 28 -
CMYK 0.13 0 0.56 0.75
HSL 73.71º 0.38% 0.18% -
HSV(B) 73.71º 0.56% 0.25% -
XYZ 3.56 4.45 1.77 -
YUV 56.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 55 63 28 0.13 0 0.56 0.75 73.71 0.38 0.18
Hex 37 3F 1C D 0 38 4B 4A 26 12
Octal 67 77 34 15 0 70 113 112 46 22
Binary 110111 111111 11100 1101 0 111000 1001011 1001010 100110 10010

Color Harmonies of #373F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F1C

Black with #373F1C

Text Example


Text Example

White with #373F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,63,28); }

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

background-color css

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

 a { background-color: rgb(55,63,28); }

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

border-color css

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

 span { border-color: rgb(55,63,28); }

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