Html Css Color HEX #373A05 Turtle Green

📋 copy color: '#373A05'

red 55 ◦ green 58 ◦ blue 5

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

Shades of Turtle Green #373A05

Tints of Turtle Green #373A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 49.15%

 BLUE value IS 5 (2.34% from 255) = 4.24%

R = 46.61%
G = 49.15%
B = 4.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.77

RGB Variations

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

Color information

#373A05 (or 0x373A05) is known color: Turtle Green. HEX triplet: 37, 3A and 05. RGB value is (55,58,5). Sum of RGB (Red+Green+Blue) = 55+58+5=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #373A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A05 is #C8C5FA. Grayscale: #333333. Windows color (decimal): -13157883 or 342583. OLE color: 342583.

HSL color Cylindrical-coordinate representation of color #373A05: hue angle of 63.4º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #373A05 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 58 5 -
CMYK 0.05 0 0.91 0.77
HSL 63.4º 0.84% 0.12% -
HSV(B) 63.4º 0.91% 0.23% -
XYZ 3.12 3.85 0.72 -
YUV 51.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 55 58 5 0.05 0 0.91 0.77 63.4 0.84 0.12
Hex 37 3A 5 5 0 5B 4D 3F 54 C
Octal 67 72 5 5 0 133 115 77 124 14
Binary 110111 111010 101 101 0 1011011 1001101 111111 1010100 1100

Color Harmonies of #373A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A05

Black with #373A05

Text Example


Text Example

White with #373A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,58,5); }

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

background-color css

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

 a { background-color: rgb(55,58,5); }

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

border-color css

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

 span { border-color: rgb(55,58,5); }

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