Html Css Color HEX #38491C Turtle Green

📋 copy color: '#38491C'

red 56 ◦ green 73 ◦ blue 28

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

Shades of Turtle Green #38491C

Tints of Turtle Green #38491C

RGB

 RED value IS 56 (22.27% from 255) = 35.67%

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 35.67%
G = 46.5%
B = 17.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#38491C (or 0x38491C) is known color: Turtle Green. HEX triplet: 38, 49 and 1C. RGB value is (56,73,28). Sum of RGB (Red+Green+Blue) = 56+73+28=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #38491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491C is #C7B6E3. Grayscale: #3E3E3E. Windows color (decimal): -13088484 or 1853752. OLE color: 1853752.

HSL color Cylindrical-coordinate representation of color #38491C: hue angle of 82.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38491C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 28 -
CMYK 0.23 0 0.62 0.71
HSL 82.67º 0.45% 0.2% -
HSV(B) 82.67º 0.62% 0.29% -
XYZ 4.22 5.69 1.97 -
YUV 62.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 56 73 28 0.23 0 0.62 0.71 82.67 0.45 0.2
Hex 38 49 1C 17 0 3E 47 53 2D 14
Octal 70 111 34 27 0 76 107 123 55 24
Binary 111000 1001001 11100 10111 0 111110 1000111 1010011 101101 10100

Color Harmonies of #38491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38491C

Black with #38491C

Text Example


Text Example

White with #38491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38491C; }

 p { color: rgb(56,73,28); }

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

background-color css

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

 a { background-color: rgb(56,73,28); }

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

border-color css

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

 span { border-color: rgb(56,73,28); }

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