Html Css Color HEX #38511E Seaweed

📋 copy color: '#38511E'

red 56 ◦ green 81 ◦ blue 30

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

Shades of Seaweed #38511E

Tints of Seaweed #38511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.5%

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 33.53%
G = 48.5%
B = 17.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#38511E (or 0x38511E) is known color: Seaweed. HEX triplet: 38, 51 and 1E. RGB value is (56,81,30). Sum of RGB (Red+Green+Blue) = 56+81+30=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #38511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38511E is #C7AEE1. Grayscale: #434343. Windows color (decimal): -13086434 or 1986872. OLE color: 1986872.

HSL color Cylindrical-coordinate representation of color #38511E: hue angle of 89.41º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38511E is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 30 -
CMYK 0.31 0 0.63 0.68
HSL 89.41º 0.46% 0.22% -
HSV(B) 89.41º 0.63% 0.32% -
XYZ 4.81 6.82 2.29 -
YUV 67.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 56 81 30 0.31 0 0.63 0.68 89.41 0.46 0.22
Hex 38 51 1E 1F 0 3F 44 59 2E 16
Octal 70 121 36 37 0 77 104 131 56 26
Binary 111000 1010001 11110 11111 0 111111 1000100 1011001 101110 10110

Color Harmonies of #38511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38511E

Black with #38511E

Text Example


Text Example

White with #38511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38511E; }

 p { color: rgb(56,81,30); }

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

background-color css

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

 a { background-color: rgb(56,81,30); }

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

border-color css

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

 span { border-color: rgb(56,81,30); }

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