Html Css Color HEX #38501E Seaweed

📋 copy color: '#38501E'

red 56 ◦ green 80 ◦ blue 30

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

Shades of Seaweed #38501E

Tints of Seaweed #38501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

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

R = 33.73%
G = 48.19%
B = 18.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#38501E (or 0x38501E) is known color: Seaweed. HEX triplet: 38, 50 and 1E. RGB value is (56,80,30). Sum of RGB (Red+Green+Blue) = 56+80+30=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #38501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38501E is #C7AFE1. Grayscale: #434343. Windows color (decimal): -13086690 or 1986616. OLE color: 1986616.

HSL color Cylindrical-coordinate representation of color #38501E: hue angle of 88.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38501E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 30 -
CMYK 0.30 0 0.62 0.69
HSL 88.8º 0.45% 0.22% -
HSV(B) 88.8º 0.63% 0.31% -
XYZ 4.73 6.67 2.27 -
YUV 67.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 56 80 30 0.30 0 0.62 0.69 88.8 0.45 0.22
Hex 38 50 1E 1E 0 3E 45 59 2D 16
Octal 70 120 36 36 0 76 105 131 55 26
Binary 111000 1010000 11110 11110 0 111110 1000101 1011001 101101 10110

Color Harmonies of #38501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38501E

Black with #38501E

Text Example


Text Example

White with #38501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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