Html Css Color HEX #373813 Turtle Green

📋 copy color: '#373813'

red 55 ◦ green 56 ◦ blue 19

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

Shades of Turtle Green #373813

Tints of Turtle Green #373813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 42.31%
G = 43.08%
B = 14.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#373813 (or 0x373813) is known color: Turtle Green. HEX triplet: 37, 38 and 13. RGB value is (55,56,19). Sum of RGB (Red+Green+Blue) = 55+56+19=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #373813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373813 is #C8C7EC. Grayscale: #333333. Windows color (decimal): -13158381 or 1259575. OLE color: 1259575.

HSL color Cylindrical-coordinate representation of color #373813: hue angle of 61.62º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373813 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 56 19 -
CMYK 0.02 0 0.66 0.78
HSL 61.62º 0.49% 0.15% -
HSV(B) 61.62º 0.66% 0.22% -
XYZ 3.11 3.69 1.16 -
YUV 51.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 55 56 19 0.02 0 0.66 0.78 61.62 0.49 0.15
Hex 37 38 13 2 0 42 4E 3E 31 F
Octal 67 70 23 2 0 102 116 76 61 17
Binary 110111 111000 10011 10 0 1000010 1001110 111110 110001 1111

Color Harmonies of #373813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373813

Black with #373813

Text Example


Text Example

White with #373813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373813; }

 p { color: rgb(55,56,19); }

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

background-color css

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

 a { background-color: rgb(55,56,19); }

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

border-color css

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

 span { border-color: rgb(55,56,19); }

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