Html Css Color HEX #38491B Turtle Green

📋 copy color: '#38491B'

red 56 ◦ green 73 ◦ blue 27

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

Shades of Turtle Green #38491B

Tints of Turtle Green #38491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 35.9%
G = 46.79%
B = 17.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#38491B (or 0x38491B) is known color: Turtle Green. HEX triplet: 38, 49 and 1B. RGB value is (56,73,27). Sum of RGB (Red+Green+Blue) = 56+73+27=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #38491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491B is #C7B6E4. Grayscale: #3E3E3E. Windows color (decimal): -13088485 or 1788216. OLE color: 1788216.

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

Color convert

RGB 56 73 27 -
CMYK 0.23 0 0.63 0.71
HSL 82.17º 0.46% 0.2% -
HSV(B) 82.17º 0.63% 0.29% -
XYZ 4.21 5.68 1.91 -
YUV 62.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 56 73 27 0.23 0 0.63 0.71 82.17 0.46 0.2
Hex 38 49 1B 17 0 3F 47 52 2E 14
Octal 70 111 33 27 0 77 107 122 56 24
Binary 111000 1001001 11011 10111 0 111111 1000111 1010010 101110 10100

Color Harmonies of #38491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38491B

Black with #38491B

Text Example


Text Example

White with #38491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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