Html Css Color HEX #373A0F Turtle Green

📋 copy color: '#373A0F'

red 55 ◦ green 58 ◦ blue 15

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

Shades of Turtle Green #373A0F

Tints of Turtle Green #373A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 42.97%
G = 45.31%
B = 11.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#373A0F (or 0x373A0F) is known color: Turtle Green. HEX triplet: 37, 3A and 0F. RGB value is (55,58,15). Sum of RGB (Red+Green+Blue) = 55+58+15=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #373A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A0F is #C8C5F0. Grayscale: #343434. Windows color (decimal): -13157873 or 997943. OLE color: 997943.

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

Color convert

RGB 55 58 15 -
CMYK 0.05 0 0.74 0.77
HSL 64.19º 0.59% 0.14% -
HSV(B) 64.19º 0.74% 0.23% -
XYZ 3.17 3.87 1.03 -
YUV 52.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 55 58 15 0.05 0 0.74 0.77 64.19 0.59 0.14
Hex 37 3A F 5 0 4A 4D 40 3B E
Octal 67 72 17 5 0 112 115 100 73 16
Binary 110111 111010 1111 101 0 1001010 1001101 1000000 111011 1110

Color Harmonies of #373A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A0F

Black with #373A0F

Text Example


Text Example

White with #373A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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